Error Handling
Error Response Format
Field
Type
Description
{
"type": "https://api.occuspace.io/problems/not-found",
"title": "Not Found",
"status": 404,
"detail": "Location 1560 not found or not accessible",
"instance": "/v2/locations/1560",
"request_id": "f1b8698f-b0e8-4fb9-82e1-ddf89029350c"
}HTTP Status Codes
Status Code
Name
Description
400 Bad Request
401 Unauthorized
404 Not Found
500 Internal Server Error
Last updated