All error codes

setup_field_required

HTTP 422 This image requires additional setup fields

What happened

The image you are deploying is a marketplace application with mandatory setup fields, and the setup object in your request left one of them out. The platform stops before the server is created.

What to do

Send the missing values in setup as name and value pairs. This API does not publish the field list for an image, so take the field names from that image's order form in the control panel.

Retrying

Fix the request and send it again.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/setup_field_required",
    "title": "This image requires additional setup fields",
    "status": 422,
    "code": "setup_field_required",
    "request_id": "a277dcd1ca652c65"
}

Branch your code on code, never on the wording of title.