See the Error Response format under the XML-RPC Request and Response for an example of how the faultCodes (error codes), shown below, will be returned with the XML response.
Error (Fault) Codes
Fault Code | Description | Example Fault Strings |
---|---|---|
400 |
Required arguments are missing |
Too few arguments: <error message> |
401 |
Machine does not have access rights |
Your machine does not have access rights to administer... |
402 |
Domain name error |
|
403 |
Access error |
Access denied <error message> |
406 |
API was called with incorrect parameters |
Incorrect parameters for API call |
411 |
Account error |
User account does not exist |
412 |
Account error |
User account already exists |
421 |
Account error |
Unable to validate account |
425 |
Input object or variable is not valid |
|
426 |
Invalid operation |
|
427 |
The object does not exist in the database |
|
428 |
Input value being set is not valid |
Config: Error: Could not find values to delete in <parent path>: <list of invalid values> |
429 |
Required variable is missing |
Variable required to create object of type <parent type> |
450 |
The method you used is unknown |
Unknown method called <API method> |
499 |
Unknown error |
An unknown error has occurred |
500 |
Unknown error |
An unknown error has occurred |