submission_failed
HTTP 503 The request could not be submitted to the platform
What happened
The request was not handed to the platform, or it was cut off before the platform answered. You get this on rebuilding a server, adding an image by URL, and creating or deleting an image of a server.
What to do
Read the resource back before you retry, because the work may already have been started. Then send the request again later with a new idempotency key.
Retrying
The request itself is fine. Repeat it later; after a 5xx use a new idempotency key and read the resource first.
How it arrives
{
"type": "https://docs.fiberax.com/errors/submission_failed",
"title": "The request could not be submitted to the platform",
"status": 503,
"code": "submission_failed",
"request_id": "a277dcd1ca652c65"
}
Branch your code on code, never on the wording of title.