Searched refs:errorText (Results 1 – 3 of 3) sorted by relevance
106 client.errorText = this.responseText;108 client.errorText = String.fromCharCode.apply(113 client.setState(ProxyState.ERROR, client.errorText);291 client.errorText = request.responseText;292 client.setState(ProxyState.ERROR, client.errorText);310 (param: ProxyState, errorText: string): Promise<void>;315 errorText = ''; property in ProxyClient321 async setState(state: ProxyState, errorText = '') {323 this.errorText = errorText;325 await listener(state, errorText);[all …]
45 public String errorText; field in Options127 private Options(String[] args, int errorIndex, String errorText) { in Options() argument130 this.errorText = errorText; in Options()
267 assertDefined(connect.proxy).errorText = testErrorMessage;