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