DaffAuthorizeNetAuthFailedError
An error thrown when either the API Login ID or Public Client Key values are incorrect.
import { DaffAuthorizeNetAuthFailedError } from '@daffodil/authorizenet/driver'
class DaffAuthorizeNetAuthFailedError extends DaffInheritableError implements DaffError {
readonly code: string
message: string
}
Properties
Name | Type | Description |
---|---|---|
code | string | |
message | string |