DaffFailable
import { DaffFailable } from '@daffodil/core/state'
interface DaffFailable {
readonly payload: DaffStateError[]
}
Properties
Name | Type | Description |
---|---|---|
payload | DaffStateError[] | A list of errors that occured during the operation. |