Docs.rs
  • tendermint-light-client-0.33.2
    • tendermint-light-client 0.33.2
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • romac
    • greg-szabo
    • liamsi
    • bftbot
    • Dependencies
      • contracts ^0.6.2 normal
      • crossbeam-channel ^0.4.2 normal
      • derive_more ^0.99.5 normal
      • flex-error ^0.4.4 normal
      • futures ^0.3.4 normal
      • regex ^1.7.3 normal
      • serde ^1.0.106 normal
      • serde_cbor ^0.11.1 normal
      • serde_derive ^1.0.106 normal
      • serde_json ^1.0.51 normal
      • sled ^0.34.3 normal
      • static_assertions ^1.1.0 normal
      • tendermint ^0.33.2 normal
      • tendermint-light-client-verifier ^0.33.2 normal
      • tendermint-rpc ^0.33.2 normal
      • time ^0.3 normal
      • tokio ^1.0 normal
      • tracing ^0.1 normal
      • gumdrop ^0.8.0 dev
      • proptest ^0.10.1 dev
      • rand ^0.7.3 dev
      • serde_json ^1.0.51 dev
      • tempfile ^3.2.0 dev
    • Versions
    • 35.62% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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
logo

logo

Module errors

  • Structs
  • Enums
  • Traits
?
Change settings

Module tendermint_light_client::errors

source ·
Expand description

Toplevel errors raised by the light client.

Structs

  • BisectionFailedSubdetail
  • ChannelDisconnectedSubdetail
  • Error
  • ForkDetectedSubdetail
  • HeightTooHighSubdetail
  • InvalidAdjacentHeadersSubdetail
  • InvalidLightBlockSubdetail
  • IoSubdetail
  • MissingLastBlockIdSubdetail
  • NoInitialTrustedStateSubdetail
  • NoPrimarySubdetail
  • NoTrustedStateSubdetail
  • NoWitnessesLeftSubdetail
  • NoWitnessesSubdetail
  • SerdeCborSubdetail
  • SledSubdetail
  • TargetLowerThanTrustedStateSubdetail
  • TrustedStateOutsideTrustingPeriodSubdetail

Enums

  • ErrorDetail

Traits

  • ErrorExt
    Extension methods for ErrorKind