shajara API
Overview
Preparing search index...
@shajara/kernel
index
CanceledFailure
Interface CanceledFailure
Failure value reported when a process, scope, or future converges through cancellation.
interface
CanceledFailure
{
kind
:
"canceled"
;
message
:
string
;
}
Hierarchy (
View Summary
)
FailureShape
CanceledFailure
Implemented by
CanceledError
Index
Properties
kind
message
Properties
Readonly
kind
kind
:
"canceled"
Readonly
message
message
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
message
Overview
shajara API
Loading...
Failure value reported when a process, scope, or future converges through cancellation.