Skip to content

AuraApiError

Thrown when the Aura API returns a non-2xx response.

new AuraApiError(
message,
status,
detail): AuraApiError;
Parameter Type
message string
status number
detail unknown

AuraApiError

AuraError.constructor

Property Modifier Type
detail readonly unknown
status readonly number