Skip to content

StoreErrorInfo

StoreErrorInfo = object

Defined in: types.ts:80

Information passed to CreateStoreConfig.onError.

optional name?: string

Defined in: types.ts:84

The store’s name, set after construction.


op: "hydrate" | "persist" | "reset"

Defined in: types.ts:82

Where in the store lifecycle the failure occurred.