Public typealias

Signature
type StoreError = {
  error: Error
  isExistingValidationIssue: boolean
  phase: 'createRecord' | 'initialize' | 'tests' | 'updateRecord'
  recordAfter: unknown
  recordBefore?: unknown
}
Source

packages/store/src/lib/Store.ts

StoreStoreListener