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