VXIL
Models

ApiError

Standard error envelope

Schema

FieldTypeDescription
error.codestringStable machine-readable code
error.messagestringHuman-readable summary
request_idstringRequest trace identifier

Example

{
  "error": {
    "code": "rate_limited",
    "message": "Retry after 2 seconds"
  },
  "request_id": "req_123"
}

On this page