AuraApiError
Thrown when the Aura API returns a non-2xx response.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AuraApiError( message, status, detail): AuraApiError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message |
string |
status |
number |
detail |
unknown |
Returns
Section titled “Returns”AuraApiError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”| Property | Modifier | Type |
|---|---|---|
detail |
readonly |
unknown |
status |
readonly |
number |