@ts-rust/std - v0.0.5
    Preparing search index...

    Type Alias UnexpectedError<E>

    UnexpectedError: EitherError<E> & {
        expected: undefined;
        unexpected: ResultError;
        get(): ResultError;
    }

    Represents an unexpected error of type ResultError within a CheckedError.

    Type Parameters

    • E

    Type declaration