@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
75 lines • 1.81 kB
JavaScript
;
/*
* 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.DefaultErrorResponseEntity = void 0;
/**
* Standardized error response following RFC-7807 format
*/
class DefaultErrorResponseEntity {
static getAttributeTypeMap() {
return DefaultErrorResponseEntity.attributeTypeMap;
}
constructor() {
}
}
exports.DefaultErrorResponseEntity = DefaultErrorResponseEntity;
DefaultErrorResponseEntity.discriminator = undefined;
DefaultErrorResponseEntity.mapping = undefined;
DefaultErrorResponseEntity.attributeTypeMap = [
{
"name": "detail",
"baseName": "detail",
"type": "string",
"format": ""
},
{
"name": "errorCode",
"baseName": "errorCode",
"type": "string",
"format": ""
},
{
"name": "instance",
"baseName": "instance",
"type": "string",
"format": ""
},
{
"name": "invalidFields",
"baseName": "invalidFields",
"type": "Array<InvalidField>",
"format": ""
},
{
"name": "requestId",
"baseName": "requestId",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "number",
"format": "int32"
},
{
"name": "title",
"baseName": "title",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=defaultErrorResponseEntity.js.map