onrails
GitHub
npm
Preparing search index...
@onrails/result
interop
InferErr
Type Alias InferErr<R>
InferErr
:
R
extends
{
_tag
:
"Err"
;
error
:
infer
E
}
?
E
:
R
extends
ResultAsync
<
unknown
,
infer
E
>
?
E
:
never
Error type of a
Result
or
ResultAsync
Type Parameters
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
onrails
Loading...
Error type of a Result or ResultAsync