Preparing search index...
The search index is not available
@auth0/auth0-spa-js
@auth0/auth0-spa-js
GenericError
Class GenericError
Thrown when network requests to the Auth server fail.
Hierarchy (
view full
)
Error
GenericError
ConnectError
AuthenticationError
TimeoutError
PopupCancelledError
MfaRequiredError
MissingRefreshTokenError
UseDpopNonceError
Index
Constructors
constructor
Properties
error
error_
description
Methods
from
Payload
Constructors
constructor
new
Generic
Error
(
error
,
error_description
)
:
GenericError
Parameters
error
:
string
error_description
:
string
Returns
GenericError
Properties
error
error
:
string
error_
description
error_
description
:
string
Methods
Static
from
Payload
from
Payload
(
__namedParameters
)
:
GenericError
Parameters
__namedParameters
:
{
error
:
string
;
error_description
:
string
;
}
error
:
string
error_
description
:
string
Returns
GenericError
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
error
error_
description
from
Payload
@auth0/auth0-spa-js
ResponseType
Auth0Client
AuthenticationError
CacheKey
ConnectError
GenericError
InMemoryCache
LocalStorageCache
MfaRequiredError
MissingRefreshTokenError
MyAccountApiError
PopupCancelledError
PopupTimeoutError
TimeoutError
UseDpopNonceError
User
Auth0ClientOptions
AuthorizationParams
ClientAuthorizationParams
DecodedToken
GetTokenSilentlyOptions
Loading...
Thrown when network requests to the Auth server fail.