@dbidwell94/ts-utils
    Preparing search index...

    Type Alias Failure<E>

    Represents the Failure type of a Result<T, E>

    type Failure<E extends Error = Error> = {
        error: E;
    }

    Type Parameters

    • E extends Error = Error
    Index

    Properties

    Properties

    error: E