@jenova-marie/ts-rust-result - v2.2.18
Preparing search index...
Err
Type Alias Err<E>
Represents an error result with an error object.
type
Err
<
E
=
Error
>
=
{
_isr
:
true
;
error
:
E
;
ok
:
false
;
}
Type Parameters
E
=
Error
The type of the error (defaults to Error)
Index
Properties
_
isr
error
ok
Properties
_
isr
_isr
:
true
error
error
:
E
ok
ok
:
false
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
isr
error
ok
@jenova-marie/ts-rust-result - v2.2.18
Loading...
Represents an error result with an error object.