Errors and Status
Error messages are formatted like so:
Status Codes
Piloty API uses the following HTTP status codes
400
Bad Request
Your request is invalid
401
Unauthorized
Your OAuth access_token
is wrong
403
Forbidden
Your not allowed to access this resource
404
Not Found
Resource could not be found
405
Method Not Allowed
You tried to use an endpoint with an invalid method
409
Conflict A conflict occurred when creating or updating a resource
410
Gone Resource could not be accessed
500
Internal Server Error
We had a problem with our server. Try again later.
503
Service Unavailable
We're temporarily offline for maintenance. Please try again later.
Error Messages
Piloty API uses the following error messages:
missing-xxxx
Field is required but missing
xxxx-must-be-xxxx
xxxx-format-error
Field is not formatted correctly
xxxx-not-found
xxxx-does-n-t-exist
Requested resource could not be found
empty-limitation
The access_token
does not have access to any resource
unauthorized-limitation
The access_token
does not have access to the requested resource
Last updated