Skip to main content
Plane uses standard HTTP response codes to indicate the success or failure of an API request. Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided. Codes in the 5xx range indicate an error with Plane’s servers. Most errors will include an error code that can be used to handle the issue programmatically, and explain the problem reported.

Attributes

string
A short string indicating the error code reported.
string
A human-readable message providing more details about the error.
object
An object with key-value pairs that may provide more details about the error. For example, a parameter validation error will have the list of parameters that are invalid with reasons. In some cases, details may be an empty object.

Error codes

Below is a list of error codes that Plane may return in the code field, along with information on how to resolve them.