@ercworldio/blockchain-shared 1.0.3-dev.4-PROJ-1448.3 → 1.0.3-dev.4-PROJ-1448.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98,7 +98,7 @@ const parseDecodedError = (decodedError) => {
98
98
  return { name: decodedError.name, data: { requestId, required, provided }, message: `Insufficient executive signatures for request ${requestId}. Required: ${required}, provided: ${provided}.` };
99
99
  }
100
100
  default:
101
- return { name: "UnknownError", message: "Unexpected error occurred." };
101
+ return { name: "UnknownError", message: `Unexpected error occurred. Error: ${decodedError.name}` };
102
102
  }
103
103
  };
104
104
  exports.parseDecodedError = parseDecodedError;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ercworldio/blockchain-shared",
3
- "version": "1.0.3-dev.4-PROJ-1448.3",
3
+ "version": "1.0.3-dev.4-PROJ-1448.4",
4
4
  "description": "Shared library for blockchain projects",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",