UNPKG

@xray-app/xray-automation

Version:

Library for uploading test results to Xray Test Management

8 lines (7 loc) 211 B
export class XrayCloudGraphQLErrorResponse { constructor(error, errorMessages) { this.error = error; this.errorMessages = errorMessages; } } export default XrayCloudGraphQLErrorResponse;