We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c9fa8 commit deb8cdbCopy full SHA for deb8cdb
src/implementation/Client/HTTPClient/HTTPClient.ts
@@ -210,9 +210,7 @@ export default class HTTPClient implements IClient {
210
throw new Error(
211
JSON.stringify({
212
error: "UNKNOWN",
213
- error_msg: `An unknown problem occurred and we got the status ${res.status} with response ${JSON.stringify(
214
- res,
215
- )}`,
+ error_msg: txt,
216
status: res.status,
217
}),
218
);
0 commit comments