A MethodResult record consists of the following:
| Name | Type | Content | 
| Success | Boolean | True if the method succeeded or false if it failed. | 
| Result | String | The result of the method or the English translation of the error that occurred. | 
| ErrorCode | Integer | The error code returned, 0 if the method succeeded. |