GitHub

DaffErrorable

import { DaffErrorable } from '@daffodil/core/state'

interface DaffErrorable {
  daffErrors: DaffStateError[]
}

Properties

daffErrors
DaffStateError[]

A list of errors applicable only to this entity.