hoodkit
Preparing search index...
index
BatchResult
Type Alias BatchResult<T>
BatchResult
:
|
{
result
:
T
;
status
:
"success"
}
|
{
error
:
Error
;
status
:
"failure"
}
Result of a read that may fail when
allowFailure
is on.
Type Parameters
T
=
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
hoodkit
Loading...
Result of a read that may fail when
allowFailureis on.