DeferredErrorResulttype
{
readonly reason: unknown;
}| Property | Type | |
|---|---|---|
.reason | unknown | required readonly |
Result representing a rejection in a DeferredSequence, carrying the thrown reason.
{
readonly reason: unknown;
}| Property | Type | |
|---|---|---|
.reason | unknown | required readonly |
Result representing a rejection in a DeferredSequence, carrying the thrown reason.