🚀
IC Reactor v3 is here!
Featuring TanStack Query integration, improved type safety, and more.
View v3 Documentation →
×
ic-reactor
Example
GitHub
Preparing search index...
core
types
CompiledErrResult
Type Alias CompiledErrResult<E>
type
CompiledErrResult
<
E
>
=
{
   Â
isOk
:
false
;
   Â
isErr
:
true
;
   Â
value
:
null
;
   Â
error
:
E
;
}
Type Parameters
E
Index
Properties
is
Ok
is
Err
value
error
Properties
is
Ok
isOk
:
false
is
Err
isErr
:
true
value
value
:
null
error
error
:
E
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Ok
is
Err
value
error
Example
GitHub
ic-reactor
Loading...