GitHub

DaffAuthorizeNetInvalidAPIResponseError

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

An error thrown when the platform response is missing key information or malformed in an unrecoverable way.

class DaffAuthorizeNetInvalidAPIResponseError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthorizeNetDriverErrorCodes.INVALID_API_RESPONSE
  message: string
}