Result
Index
Type Aliases
Type alias | Description |
---|---|
Err | - |
Ok | - |
Resolvable | - |
UnwrapErr | - |
UnwrapErrArray | - |
UnwrapOk | - |
UnwrapOkArray | - |
Functions
Function | Description |
---|---|
all | Creates an Ok that is the combination of all collected Ok values as an array, or the first Err encountered. |
any | Returns the first encountered Ok, or an Err that is the combination of all collected error values. |
err | Creates an Err with no error. |
from | Creates a Result out of a callback. |
fromAsync | Creates a Result out of a promise or async callback. |
is | - |
ok | Creates an Ok with no value. |