GitHub

DaffAuthorizeNetInsecureConnectionError

An error thrown when requests are not made over HTTPS.

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

Properties

Name Type Description
code string
message string