Each API call returns either a JSON Object with requested information or an object with a pair of Name/Value reflecting a state of the requested operation, which may also contain an error message with description.
First name/value reflects if the call was executed properly:
- “Success”: true – In case the request was correct (accepted) and executed properly.
- “Success”: false – Error has occurred.
Second name/value brings short descriptive text on any result:
- “Result”: “OK” – In case the request was correct (accepted) and executed properly.
- “ErrorDescription”: “text error description” – If an error has occurred.
Dotcom-Monitor provides resources for additional Error Codes Explained. Read more about specific error code descriptions here on our Wiki.