Docs.rs
  • xrpl-std-0.5.0-devnet5
    • xrpl-std 0.5.0-devnet5
    • Permalink
    • Docs.rs crate page
    • ISC
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • intelliot
    • Dependencies
    • Versions
    • 22.46% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

xrpl_std0.5.0-devnet5

Module error_codes

Module Items

  • Constants
  • Functions

In xrpl_std::core

xrpl_std::core

Module error_codes

Source

Constants§

BUFFER_TOO_SMALL
DATA_FIELD_TOO_LARGE
DECODING_ERROR
FIELD_NOT_FOUND
INDEX_OUT_OF_BOUNDS
INTERNAL_ERROR
INVALID_ACCOUNT
INVALID_FIELD
INVALID_PARAMS
INVALID_SLOT
LEDGER_OBJ_NOT_FOUND
LOCATOR_MALFORMED
NOT_LEAF_FIELD
NO_ARRAY
NO_FREE_SLOTS
NO_MEM_EXPORTED
POINTER_OUT_OF_BOUNDS
SLOT_OUT_RANGE

Functions§

match_result_code
Evaluates a result code and executes a closure on success (result_code > 0).
match_result_code_optional
match_result_code_with_expected_bytes
Evaluates a result code against an expected number of bytes and executes a closure on exact match.
match_result_code_with_expected_bytes_optional