Skip to content

Commit

Permalink
Add default reject error to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Jul 15, 2024
1 parent dde42fa commit 649a48e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions concordium-std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,9 @@
//!
//! | Variant | Error code |
//! |---------|------------|
//! | [()][1] | `-2147483647` |
//! | [ParseError] | `-2147483646` |
//! | [Unspecified (Default reject)] | `-2147483648` | // i32::MIN
//! | [()][1] | `-2147483647` | // i32::MIN + 1
//! | [ParseError] | `-2147483646` | // ...
//! | [LogError::Full] | `-2147483645` |
//! | [LogError::Malformed] | `-2147483644`
//! | [NewContractNameError::MissingInitPrefix] | `-2147483643` |
Expand Down

0 comments on commit 649a48e

Please sign in to comment.