boundfetch
Preparing search index...
core/src
ClientMode
Type Alias ClientMode
ClientMode
:
"throw"
|
"result"
Client return mode.
throw
: endpoint calls throw
BoundFetchError
on failure.
result
: endpoint calls resolve to
{ success, data, error }
.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
boundfetch
Loading...
Client return mode.
throw: endpoint calls throwBoundFetchErroron failure.result: endpoint calls resolve to{ success, data, error }.