Preparing search index...
The search index is not available
@auth0/auth0-spa-js
@auth0/auth0-spa-js
ErrorResponse
Interface ErrorResponse
interface
ErrorResponse
{
detail
:
string
;
status
:
number
;
title
:
string
;
type
:
string
;
validation_errors
?:
{
detail
:
string
;
field
?:
string
;
pointer
?:
string
;
source
?:
string
;
}
[]
;
}
Index
Properties
detail
status
title
type
validation_
errors?
Properties
detail
detail
:
string
status
status
:
number
title
title
:
string
type
type
:
string
Optional
validation_
errors
validation_
errors
?:
{
detail
:
string
;
field
?:
string
;
pointer
?:
string
;
source
?:
string
;
}
[]
Type declaration
detail
:
string
Optional
field
?:
string
Optional
pointer
?:
string
Optional
source
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
detail
status
title
type
validation_
errors
@auth0/auth0-spa-js
Loading...