StoreErrorInfo
Type Alias: StoreErrorInfo
Section titled “Type Alias: StoreErrorInfo”StoreErrorInfo =
object
Defined in: types.ts:80
Information passed to CreateStoreConfig.onError.
Properties
Section titled “Properties”
optionalname?: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.