UseStoreAsyncOperationsOptions
Defined in: hooks/useStoreAsyncOperations.ts:5
Type Parameters
Section titled “Type Parameters”TCode extends string
Properties
Section titled “Properties”errorAdapter
Section titled “errorAdapter”errorAdapter:
ErrorCodeAdapter<TCode>
Defined in: hooks/useStoreAsyncOperations.ts:6
silentErrorCodes?
Section titled “silentErrorCodes?”
optionalsilentErrorCodes?:TCode[]
Defined in: hooks/useStoreAsyncOperations.ts:8
Codes that should clear the error state silently instead of surfacing it (e.g. an already-handled session expiry).