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