GitHub

DaffErrorCodeMap

Type

import { DaffErrorCodeMap } from '@daffodil/core'

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

interface DaffErrorCodeMap {
  __index(x: string): Constructable<DaffError, any[]>
}

() Methods

__index
Constructable<DaffError, any[]>
Parameters
Parameterx: string
Description