Preparing search index...
The search index is not available
@douglasneuroinformatics/libjs
@douglasneuroinformatics/libjs
ExceptionLike
Interface ExceptionLike
interface
ExceptionLike
{
cause
?:
unknown
;
details
?:
{
[
key
:
string
]:
unknown
}
;
message
:
string
;
name
:
string
;
stack
?:
string
;
toAsyncErr
()
:
ResultAsync
<
never
,
ExceptionLike
>
;
toErr
()
:
Result
<
never
,
ExceptionLike
>
;
toString
()
:
string
;
}
Hierarchy (
View Summary
)
Error
ExceptionOptions
ExceptionLike
Implemented by
BaseException
Index
Properties
cause?
details?
message
name
stack?
Methods
to
Async
Err
to
Err
to
String
Properties
Optional
cause
cause
?:
unknown
Optional
details
details
?:
{
[
key
:
string
]:
unknown
}
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Methods
to
Async
Err
toAsyncErr
()
:
ResultAsync
<
never
,
ExceptionLike
>
Returns
ResultAsync
<
never
,
ExceptionLike
>
to
Err
toErr
()
:
Result
<
never
,
ExceptionLike
>
Returns
Result
<
never
,
ExceptionLike
>
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cause
details
message
name
stack
Methods
to
Async
Err
to
Err
to
String
@douglasneuroinformatics/libjs
Loading...
Returns a string representation of an object.