Error messages
If an error occurs, the server returns the following result:
JSON
XML
{
"error_type" : "{error type}",
"message" : "{error_message_text}",
"result" : "{error}"
}
<response>
<hashref>
<item key="error_type">{error type}</item>
<item key="message">{error_message_text}</item>
<item key="result">{error}</item>
</hashref>
</response>
|
Parameter |
Type |
Value |
|
|
Contains the request result. |
|
|
|
String |
Type of error. |
|
|
String |
Brief description of the error. |
|
|
String |
Result of calling the method. Possible values for errors:
|
Type of error.
Brief description of the error.
Result of calling the method. Possible values for errors:
- error: An error occurred when calling the method.
Was the article helpful?
Previous