Evercatch - v0.5.0
    Preparing search index...

    Type Alias ResultErr<E, S>

    ResultErr: readonly [Err<E, S>, null]

    Represents a failed result. The first element is an Err object, and the second is null.

    Type Parameters

    • E extends string = string

      A string literal type for the error label.

    • S = unknown

      The type of the source error.