Type Alias: Failure<E>
Failure<
E> =object
Represents a failed result.
Example
Type Parameters
E
E
The type of the error.
Properties
error
readonlyerror:E
type
readonlytype:"Failure"
Failure<
E> =object
Represents a failed result.
E
The type of the error.
readonlyerror:E
readonlytype:"Failure"