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

Improve library documentation of error codes #51

Closed abizjak closed 2 years ago

abizjak commented 3 years ago

Task description

The error codes returned from smart contracts are fairly poorly documented. There is no overview of them in the library documentation, and we do not list in one place the pre-defined error codes for things like the NewReceiveNameError.

We need to make this more easily discoverable in the output of cargo doc

abizjak commented 2 years ago

The error codes are documented now in the library documentation https://docs.rs/concordium-std/2.0.0/concordium_std/#signalling-errors