Reference
Error registry
Every code the API can return, grouped by status. Each one is the page its Problem Details type URI points at.
202
-
confirmation_required— A human must confirm this action
400
-
invalid_request— The request could not be understood -
invalid_pagination_limit— Pagination limit out of range
401
-
unauthorized— Missing or invalid API token -
token_revoked— This API token has been revoked -
token_expired— This API token has expired
402
-
payment_required— Payment required
403
-
insufficient_scope— This token does not have the required scope -
readonly_scope— This token is read-only -
not_owned— Not owned by this account -
domain_not_owned— Domain not owned by this account -
node_not_allowed— That hosting node is not permitted -
ip_not_allowed— This token may not be used from this IP address -
origin_not_allowed— Requests from this origin are not accepted -
suspended— This service is suspended -
access_blocked— This request could not be completed
404
-
not_found— Not found -
service_not_found— Service not found -
invoice_not_found— Invoice not found -
record_not_found— DNS record not found -
mailbox_not_found— Mailbox not found -
database_not_found— Database not found -
job_not_found— Job not found -
pending_action_not_found— Pending action not found
405
-
method_not_allowed— Method not allowed on this resource
409
-
conflict— The request conflicts with the current state -
hosting_not_ready— The hosting account is not ready yet -
attempt_replayed— This attempt key has already been used -
quota_exceeded— Quota exceeded -
shell_not_enabled— Shell access is not enabled for this account
410
-
confirmation_expired— The confirmation window has closed
422
-
validation_failed— The request failed validation -
password_too_weak— The password does not meet the policy -
job_not_allowed— That background job is not on the allow-list -
command_blocked— This command is not allowed on the shell
429
-
rate_limited— Too many requests
500
-
internal_error— Something went wrong on our side
501
-
capability_missing— This node does not support that operation -
feature_not_available— That feature is not available on this account
502
-
upstream_error— An upstream system returned an error -
client_area_error— The Inleed client area returned an error -
da_error— DirectAdmin returned an error -
node_error— The hosting node could not be reached -
shell_failed— The command could not be run on the hosting server
503
-
circuit_open— That node is temporarily unavailable
504
-
upstream_timeout— An upstream system timed out
The full anatomy of an error body — every field, and what recovery is for — is on
the errors page.