This commit is contained in:
Aleksandr Kraiz
2022-05-17 19:15:03 +04:00
parent b0cf79eb72
commit 8a1ad1d7a8
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.5.19",
"version": "0.5.20",
"description": "Orion Protocol SDK",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",

View File

@@ -125,6 +125,7 @@ export default async function fetchWithValidation<DataOut, DataIn, ErrorOut, Err
}
return err({
type: 'clientErrorPayloadParseError' as const,
url,
message: 'Can\'t recognize error message',
status: response.status,
text,