Overview
In the event that there’s an issue when making a request to our API, we’ll return a standardized error response that describes the nature of the error in detail. Read more below to get familiar with the error response format.Format
number
required
Numeric HTTP status code.
string
required
Human-readable description of the status code.
string
required
The specific error description - this wont’t change between occurences of the same error.
string
required
Details about this error occurrence - this might change between occurences.

