@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
64 lines • 1.43 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StandardError = void 0;
class StandardError {
static getAttributeTypeMap() {
return StandardError.attributeTypeMap;
}
constructor() {
}
}
exports.StandardError = StandardError;
StandardError.discriminator = undefined;
StandardError.mapping = undefined;
StandardError.attributeTypeMap = [
{
"name": "category",
"baseName": "category",
"type": "string",
"format": ""
},
{
"name": "context",
"baseName": "context",
"type": "{ [key: string]: Array<string>; }",
"format": ""
},
{
"name": "errors",
"baseName": "errors",
"type": "Array<ErrorDetail>",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "links",
"baseName": "links",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "message",
"baseName": "message",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "string",
"format": ""
},
{
"name": "subCategory",
"baseName": "subCategory",
"type": "any",
"format": ""
}
];
//# sourceMappingURL=StandardError.js.map