StoreError

Public TypeAlias

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

Error

Edit this page
Last edited on 11 May 2023
StoreStoreListener