Preparing search index...
The search index is not available
True Myth - v8.1.0
True Myth
test-support
unwrapErr
Function unwrapErr
unwrapErr
<
E
>
(
result
:
Result
<
unknown
,
E
>
)
:
E
Unwrap the contained
Err
error. Throws if
result
is
Ok
.
Type Parameters
E
Parameters
result
:
Result
<
unknown
,
E
>
Returns
E
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
True Myth - v8.1.0
Loading...
Unwrap the contained
Err
error. Throws ifresult
isOk
.