@solid/reactive-authentication
Preparing search index...
ReactiveFetchError
Class ReactiveFetchError
Hierarchy (
View Summary
)
Error
ReactiveFetchError
CodeRequestCancelledError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
Methods
is
Error
Constructors
constructor
new
ReactiveFetchError
(
message
?:
string
,
cause
?:
any
)
:
ReactiveFetchError
Parameters
Optional
message
:
string
Optional
cause
:
any
Returns
ReactiveFetchError
Properties
Optional
cause
cause
?:
unknown
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Methods
Static
is
Error
isError
(
error
:
unknown
)
:
error
is
Error
Indicates whether the argument provided is a built-in Error instance or not.
Parameters
error
:
unknown
Returns
error
is
Error
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
message
name
stack
Methods
is
Error
@solid/reactive-authentication
Loading...
Indicates whether the argument provided is a built-in Error instance or not.