Status
Status codes & values.
X-Loom-Status
Status
Description
new
Queued.
inprogress
In progress.
done
Succeeded.
error
Failed.
HTTP Status Codes
Status
Name
Description
200
OK
Success
201
Created
Success - an entity has been created.
202
Accepted
Success - a background operation has been enqueued.
204
No Content
Success - no response body. Usually the result ofDELETE
and HEAD
requests.
400
Bad Request
Invalid/missing request parameters.
401
Unauthorized
Invalid/missing authorization token.
402
Payment Required
403
Forbidden
Authorization token does not grant access to requested resource.
404
Not Found
Requesed resource / entity not found.
413
Payload Too Large
Too large request body / file upload. Request body size is limited to 16MB
.
423
Locked
Reached limit of concurrent background operations like photo solves or rendering tasks. Wait until previously enqueued operations completed.
429
Too Many Requests
Avoid to send more than one request per second. Exceeding the rate momentarily is not an issue.
500
Internal Server Error
Unknown error. Please contact support and provide the value of response header X-Loom-Request-Id
for furher information.
Last updated