General
Errors
Common error scenarios and responses
Error Responses
All error responses will follow the following format with a top-level error
object and a 4XX
status code.
Invalid Auth Token
Using an auth token that does not exist or is incorrect will result in a 404
response status.
Invalid Stash ID or Serial
Using a stash ID or serial that does not meet the requirements will result in a 400
response status.
Invalid Row Data
When adding or updating rows in a table, if the row data does not match the table schema, the API will return a 422
response status.
Unkown Column
Invalid Value for Column
Row Not Found
When attempting to update a row that does not exist, the API will return a 404
response status.
Was this page helpful?