module MiiApiCallStatus
Describes the overall status of an API call.
Constants
- FAILURE
The API call failed. You can get more information about the nature of the failure by examining the error_code property.
- SUCCESS
The API call succeeded - the associated result information can be found in the data property of the response object.