Binary Raw - Docs
Preparing search index...
utils/recents
Result
Type Alias Result<T, E>
Result
:
{
ok
:
true
;
value
:
T
}
|
{
error
:
E
;
ok
:
false
}
Result type for operations that can fail. Uses discriminated union for type-safe error handling.
Type Parameters
T
E
=
StorageError
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Binary Raw - Docs
Loading...
Result type for operations that can fail. Uses discriminated union for type-safe error handling.