AuraApiError
The Aura API returned a non-2xx response.
Properties
Section titled “Properties”| Property | Type | 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. FastAPI puts a string here for simple errors and an object for structured ones, so callers should not assume a shape without checking. |