GitHub

DaffBadInputError

Error

import { DaffBadInputError } from '@daffodil/driver'

class DaffBadInputError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffDriverErrorCodes.BAD_INPUT
  message: string
  __proto__: Error
  recoverable: boolean = false
  name: string
  stack: string
}