Preparing search index...
The search index is not available
@samchon/openapi
@samchon/openapi
IResult
IFailure
Interface IFailure<E>
Failure type of
IResult
.
interface
IFailure
<
E
>
{
error
:
E
;
success
:
false
;
}
Type Parameters
E
Index
Properties
error
success
Properties
error
error
:
E
The error value.
success
success
:
false
Success flag.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
success
@samchon/openapi
Loading...
Failure type of IResult.