Type alias EffectError<E>

EffectError<E>: {
    error: E;
    kind: typeof effectErrorKind;
}

Representing the error-case of an EffectResult

Type Parameters

  • E

Type declaration

Generated using TypeDoc