GitHub

DaffAuthorizeNetInputMissingError

Error

import { DaffAuthorizeNetInputMissingError } from '@daffodil/authorizenet/driver'

An error thrown when required information is missing from the request payload.

class DaffAuthorizeNetInputMissingError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthorizeNetDriverErrorCodes.INPUT_MISSING
  message: string
  __proto__: Error
  recoverable: boolean = false
  name: string
  stack: string
}