@dbidwell94/ts-utils
Preparing search index...
Failure
Type Alias Failure<E>
Represents the Failure type of a
Result<T, E>
type
Failure
<
E
extends
Error
=
Error
>
=
{
error
:
E
;
}
Type Parameters
E
extends
Error
=
Error
Index
Properties
error
Properties
Readonly
error
error
:
E
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
@dbidwell94/ts-utils
Loading...
Represents the Failure type of a
Result<T, E>