ts-data-forge
    Preparing search index...

    Type Alias Err<E>

    Err: Readonly<{ value: E }>

    Represents a Result that is an error, containing an error value.

    Type Parameters

    • E

      The type of the error value.