Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
57 stars 35 forks source link

Add missing error schemas #377

Closed DOBEN closed 9 months ago

DOBEN commented 9 months ago

Purpose

The ccd-js-gen tool only generates parseErrorMessage functions when an error schema is included. Add missing schemas on smart contract functions.

Changes

Add missing error schemas.