- Codes in the 2xx range indicate success.
- Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted).
- Codes in the 5xx range indicate an error with our servers or infrastructure. Refer to our status page for information regarding incidents.
HTTP Response Status Codes
Attributes
nullable string
For some errors that could be handled programmatically, a short string
indicating the error code reported. Refer to the OpenAPI documentation for
the full list of error codes as they are usually specific to the operation.
nullable string
A human-readable message providing more details about the error.
nullable dictionary
A dictionary containing additional information about the error. For example,
if the error is due to a missing or malformed request parameter, this will
include the location of that parameter.