Errors
Last updated
Last updated
Teable Web API follows the semantics of HTTP status codes.
2xx
Indicates success.
4xx
User errors.
5xx
Server errors.
Error messages will return a JSON-encoded body containing error and information fields. Below is an example of an error message body:
HTTP Status Code | Description |
---|---|
Below are some enumerated error codes.
The request body could not be parsed as JSON
, including when the incoming Body
parameters do not meet the specifications.
Unauthorized access to the endpoint.
Accessing the resource with API credentials that do not have permission to access protected resources.
Route or resource not found. This error is returned when accessing a nonexistent resource path or when the requested method does not match.
The server encountered an unexpected situation.
The service is temporarily unavailable, possibly due to timeouts or database connection failures.
200
Request has been successfully completed.