shajara API Map
Docs
Preparing search index...
@shajara/kernel
index
UnfulfilledFailure
Interface UnfulfilledFailure
Failure value for a future whose owner scope closed before the future produced a result.
interface
UnfulfilledFailure
{
kind
:
"unfulfilled"
;
message
:
string
;
}
Hierarchy (
View Summary
)
FailureShape
UnfulfilledFailure
Implemented by
UnfulfilledError
Index
Properties
kind
message
Properties
Readonly
kind
kind
:
"unfulfilled"
Readonly
message
message
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
message
Docs
shajara API Map
Loading...
Failure value for a future whose owner scope closed before the future produced a result.