GitHub

DaffErrorCodeMap

import { DaffErrorCodeMap } from '@daffodil/core'

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

interface DaffErrorCodeMap {
  __index(x: string): Constructable<DaffError>
}

() Methods

Parameters
Parameterx: string
Description