TESSA Web API
Preparing search index...
Core.Error
CancellationError
Class CancellationError
Hierarchy
Error
CancellationError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
Methods
is
Cancellation
Error
is
Error
rethrow
Cancellation
Error
Constructors
constructor
new
CancellationError
(
reason
?:
string
)
:
CancellationError
Parameters
Optional
reason
:
string
Returns
CancellationError
Properties
Optional
cause
cause
?:
unknown
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Methods
Static
is
Cancellation
Error
isCancellationError
(
error
:
unknown
)
:
boolean
Parameters
error
:
unknown
Returns
boolean
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
Static
rethrow
Cancellation
Error
rethrowCancellationError
(
error
:
unknown
)
:
void
Parameters
error
:
unknown
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
message
name
stack
Methods
is
Cancellation
Error
is
Error
rethrow
Cancellation
Error
TESSA Web API
Loading...
Indicates whether the argument provided is a built-in Error instance or not.