AuraApiError
The Aura API returned a non-2xx response.
AuraApiError(status: int, detail: JsonValue)Properties
Section titled “Properties”| Property | Type | Default | Description |
|---|---|---|---|
status |
int |
— | HTTP status code of the response. |
detail |
JsonValue |
— | Decoded detail field of the error body when the API sent one, otherwise the raw response text. A string for simple errors, an object for structured ones, and a list for a 422 validation error — check the shape before reading into it. |