Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

Add decoding of error codes #156

Closed DOBEN closed 7 months ago

DOBEN commented 7 months ago

Purpose

The front end only displayed the error codes such as (-1, -2, -3) when the invoke of a transaction failed. Decoding the error into a human-readable message is preferred and gives better feedback to the users.

Changes