Result
Defined in: Core/Result.ts:19
Result represents a value that can be one of two types: a success (Ok) or a failure (Err). Use Result when an operation can fail with a meaningful error value.
Type Parameters
Section titled “Type Parameters”E
A
Defined in: Core/Result.ts:19
Result represents a value that can be one of two types: a success (Ok) or a failure (Err). Use Result when an operation can fail with a meaningful error value.
E
A