ixfx
Preparing search index...
@ixfx/guards
ResultError
Type Alias ResultError<TError>
type
ResultError
<
TError
>
=
{
error
:
TError
;
info
?:
string
;
success
:
false
;
}
Type Parameters
TError
Index
Properties
error
info?
success
Properties
error
error
:
TError
Optional
info
info
?:
string
success
success
:
false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
info
success
ixfx
Loading...