GitHub

DaffErrorCodeMap

A type for a dictionary of error codes to Daffodil errors.

import { DaffErrorCodeMap } from '@daffodil/core'
interface DaffErrorCodeMap {
  __index: Constructable<DaffError>
}

Properties

Name Type Description
__index Constructable<DaffError>