Skip to content

Commit

Permalink
Merge pull request #439 from Concordium/add-default-reject-to-documen…
Browse files Browse the repository at this point in the history
…tation

Add default reject error to documentation
  • Loading branch information
DOBEN authored Jul 15, 2024
2 parents dde42fa + 649a48e commit a605902
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 a605902

Please sign in to comment.