AuraError
Base class for every error this SDK raises, so one catch can cover them all.
Extends
Section titled “Extends”Error
Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AuraError(message?): AuraError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message? |
string |
Returns
Section titled “Returns”AuraError
Inherited from
Section titled “Inherited from”Error.constructorConstructor
Section titled “Constructor”new AuraError(message?, options?): AuraError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message? |
string |
options? |
ErrorOptions |
Returns
Section titled “Returns”AuraError
Inherited from
Section titled “Inherited from”Error.constructor