Skip to main content

Error Codes

The Tablesprint REST API follows standard HTTP status code semantics. Below are the descriptions of different error codes and their meanings.

Success Codes​

CodeMessageDescription
200OKRequest completed successfully.

User Error Codes​

CodeMessageDescription
400Bad RequestThe request was invalid or could not be parsed.
401UnauthorizedProvided credentials were invalid or do not have authorization to access the requested resource.
403ForbiddenAccessing a protected resource with API credentials that don’t have access to that resource.
404Not FoundRoute or resource is not found. This error is returned when the request hits an undefined route, or if the resource doesn’t exist (e.g., has been deleted).
422Invalid RequestThe request data is invalid.

Server Error Codes​

CodeMessageDescription
500Internal Server ErrorThe server encountered an unexpected condition.
502Bad GatewayTableSprint’s servers are restarting or an unexpected outage is in progress. You should rarely encounter this error, and should retry requests if it is generated.
503Service UnavailableThe server could not process your request in time. The server could be temporarily unavailable, or it could have timed out processing your request. You should retry the request with backoffs.