import { DaffAuthorizeNetInvalidLoginIdError } from '@daffodil/authorizenet/driver'
An error thrown when the apiLoginID value with which the Authorize.net driver has been configured is invalid or missing.
class DaffAuthorizeNetInvalidLoginIdError extends DaffInheritableError implements DaffError {
readonly code: string = DaffAuthorizeNetDriverErrorCodes.INVALID_LOGIN_ID
message: string
}