ixfx
    Preparing search index...

    Type Alias ResultError<TError>

    type ResultError<TError> = {
        error: TError;
        info?: string;
        success: false;
    }

    Type Parameters

    • TError
    Index

    Properties

    Properties

    error: TError
    info?: string
    success: false