GitHub

DaffAuthorizeNetInvalidCCNumberError

Error

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

An error thrown when the credit card number is invalid.

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