Sub-codes
All sub-codes are standard HTTP status codes-the below ones used in this API. 4XX - Error occurred in the client’s part5XX - Error occurred in the server’s part Sub-code and Description 400 - Bad Request
401 - Authentication Failure
403 - Forbidden
404 - Entity does not exist
405 - Method does not exist
409 - Resource conflict. Resource might already exist
412 - Precondition failed.
413 - Request Entity too large to be processed
422 - Input not in an expected format
429 - Too many error requests
500 - Internal Server Error
503 - Service Unavailable
520 - Unknown error