Preparing search index...
The search index is not available
Kombo - v3.0.0
Kombo - v3.0.0
Result
Err
Type alias Err<E>
Err
<
E
>
:
{
isErr
:
true
;
isOk
:
false
;
kind
:
"Err"
;
value
:
E
;
}
When something goes wrong we don't throw an error, instead, we return an
Err
.
Type Parameters
E
Type declaration
Readonly
is
Err
:
true
Readonly
is
Ok
:
false
Readonly
kind
:
"Err"
Readonly
value
:
E
github
kombo-json
kombo-workshop
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
Kombo -
v3.0.0
Advanced
Helpers
Parser
Result
Simple
Err
Ok
Result
Err
Ok
is
Err
is
Ok
When something goes wrong we don't throw an error, instead, we return an
Err
.