GitHub

DaffAuthorizeNetInvalidAPIResponseError

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

import { DaffAuthorizeNetInvalidAPIResponseError } from '@daffodil/authorizenet/driver'
class DaffAuthorizeNetInvalidAPIResponseError extends DaffInheritableError implements DaffError {
  readonly code: string
  message: string
}

Properties

Name Type Description
code string
message string