import { DaffErrorCodeMap } from '@daffodil/core'
A type for a dictionary of error codes to Daffodil errors.
interface DaffErrorCodeMap {
__index(x: string): Constructable<DaffError, any[]>
}
Constructable<DaffError, any[]>| Parameter | x: string |
|---|---|
| Description |