GitHub

DaffAuthorizeNetInvalidPostalCodeError

Error

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

An error thrown when the postal code is invalid. It should be no more than 20 characters in length.

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