UNPKG

@xray-app/xray-automation

Version:

Library for uploading test results to Xray Test Management

9 lines (8 loc) 200 B
export declare class XrayErrorResponse { _response: string; statusCode?: string; body?: string; constructor(response: any); toString(): string; } export default XrayErrorResponse;