UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

35 lines 1.68 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit this class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorCondition = void 0; /** * Possible values: * **Aborted** * **Busy** * **Cancel** * **DeviceOut** * **InsertedCard** * **InProgress** * **LoggedOut** * **MessageFormat** * **NotAllowed** * **NotFound** * **PaymentRestriction** * **Refusal** * **UnavailableDevice** * **UnavailableService** * **InvalidCard** * **UnreachableHost** * **WrongPIN** */ var ErrorCondition; (function (ErrorCondition) { ErrorCondition["Aborted"] = "Aborted"; ErrorCondition["Busy"] = "Busy"; ErrorCondition["Cancel"] = "Cancel"; ErrorCondition["DeviceOut"] = "DeviceOut"; ErrorCondition["InsertedCard"] = "InsertedCard"; ErrorCondition["InProgress"] = "InProgress"; ErrorCondition["LoggedOut"] = "LoggedOut"; ErrorCondition["MessageFormat"] = "MessageFormat"; ErrorCondition["NotAllowed"] = "NotAllowed"; ErrorCondition["NotFound"] = "NotFound"; ErrorCondition["PaymentRestriction"] = "PaymentRestriction"; ErrorCondition["Refusal"] = "Refusal"; ErrorCondition["UnavailableDevice"] = "UnavailableDevice"; ErrorCondition["UnavailableService"] = "UnavailableService"; ErrorCondition["InvalidCard"] = "InvalidCard"; ErrorCondition["UnreachableHost"] = "UnreachableHost"; ErrorCondition["WrongPin"] = "WrongPIN"; })(ErrorCondition = exports.ErrorCondition || (exports.ErrorCondition = {})); //# sourceMappingURL=errorCondition.js.map