@vsokolov/utils - v1.4.2
Preparing search index...
Failure
Interface Failure<E>
Failure variant of Result containing error and no data.
interface
Failure
<
E
>
{
data
:
null
;
error
:
E
;
}
Type Parameters
E
The type of the error
Index
Properties
data
error
Properties
data
data
:
null
error
error
:
E
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
error
@vsokolov/utils - v1.4.2
Loading...
Failure variant of Result containing error and no data.