DaffErrorable
import { DaffErrorable } from '@daffodil/core/state'
interface DaffErrorable {
daffErrors: DaffStateError[]
}
Properties
Name | Type | Description |
---|---|---|
daffErrors | DaffStateError[] | A list of errors applicable only to this entity. |