DeferredErrorResulttype

{
	readonly reason: unknown;
}
PropertyType
.reasonunknown
required readonly

Result representing a rejection in a DeferredSequence, carrying the thrown reason.