@xray-app/xray-automation
Version:
Library for uploading test results to Xray Test Management
12 lines (11 loc) • 403 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.XrayCloudGraphQLErrorResponse = void 0;
class XrayCloudGraphQLErrorResponse {
constructor(error, errorMessages) {
this.error = error;
this.errorMessages = errorMessages;
}
}
exports.XrayCloudGraphQLErrorResponse = XrayCloudGraphQLErrorResponse;
exports.default = XrayCloudGraphQLErrorResponse;