Skip to content

UseStoreAsyncOperationsOptions

Defined in: hooks/useStoreAsyncOperations.ts:5

TCode extends string

errorAdapter: ErrorCodeAdapter<TCode>

Defined in: hooks/useStoreAsyncOperations.ts:6


optional silentErrorCodes?: 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).