GitHub

DaffAuthorizeNetInputMissingError

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
}