Error descriptions

This section lists the error codes returned by the Management API.

Error format

{
    "errors" : [ {
        "error_type" : error_type ,
        "message" : string ,
        "location" : string
    }, ... ],
    "code" : int ,
    "message" : string
}

Parameters

Description

errors

List of errors that occurred.

code

HTTP status.

message

Reason.

errors.error_type

Type of error.

errors.message

Reason for the error.

errors.location

Place where the error occurred.

Error codes

Error code Description
backend_error (503) Server error.
invalid_parameter (400) Invalid parameter set.
not_found (404) The specified object was not found.
missing_parameter (400) A required parameter was omitted.
access_denied (403) Access denied.
unauthorized (401) Unauthorized user.
quota (429) Exceeded the limit on the number of API requests.
query_error (400) Request is too complex.
conflict (409) Data inconsistency.
invalid_json (400) The transmitted JSON has an invalid format.

If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

Contact support
In this article: