Github
Preparing search index...
The search index is not available
Documentation
Documentation
iso-web
doh
<internal>
MaybeResult
Type Alias MaybeResult<ResultType, ErrorType>
MaybeResult
:
|
{
error
:
ErrorType
;
result
?:
undefined
}
|
{
error
?:
undefined
;
result
:
ResultType
}
Generic result with error
Type Parameters
ResultType
=
unknown
ErrorType
=
Error
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Github
Documentation
Loading...
Generic result with error