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