Skip to content

results-ts


results-ts / ErrResult

Type Alias: ErrResult<T, E>

ErrResult<T, E> = ResultMethods<T, E> & object

Defined in: result.ts:29

Represents a failed Result containing an error of type E.

Type Declaration

_isOk

readonly _isOk: false

Type Parameters

T

T

E

E