Docs.rs
  • ibc-relayer-0.26.1
    • ibc-relayer 0.26.1
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • romac
    • greg-szabo
    • andynog
    • adizere
    • hu55a1n1
    • ljoss17
    • ibcbot
    • Dependencies
      • anyhow ^1.0 normal
      • async-stream ^0.3.5 normal
      • bech32 ^0.9.1 normal
      • bitcoin ^0.30.1 normal
      • bs58 ^0.5.0 normal
      • byte-unit ^4.0.19 normal
      • bytes ^1.4.0 normal
      • crossbeam-channel ^0.5.8 normal
      • digest ^0.10.6 normal
      • dirs-next ^2.0.0 normal
      • ed25519 ^2.2.2 normal
      • ed25519-dalek ^2.0.0 normal
      • ed25519-dalek-bip32 ^0.3.0 normal
      • flex-error ^0.4.4 normal
      • futures ^0.3.27 normal
      • generic-array ^0.14.7 normal
      • hdpath ^0.6.3 normal
      • hex ^0.4 normal
      • http ^0.2.9 normal
      • humantime ^2.1.0 normal
      • humantime-serde ^1.1.1 normal
      • ibc-proto ^0.38.0 normal
      • ibc-relayer-types ^0.26.1 normal
      • ibc-telemetry ^0.26.1 normal
      • itertools ^0.10.5 normal
      • moka ^0.12.0 normal
      • num-bigint ^0.4 normal
      • num-rational ^0.4.1 normal
      • once_cell ^1.17.1 normal
      • prost ^0.12 normal
      • regex ^1 normal
      • retry ^2.0.0 normal
      • ripemd ^0.1.3 normal
      • secp256k1 ^0.27.0 normal
      • semver ^1.0 normal
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • serde_json ^1 normal
      • sha2 ^0.10.6 normal
      • signature ^2.1.0 normal
      • strum ^0.25 normal
      • subtle-encoding ^0.5 normal
      • tendermint ^0.34.0 normal
      • tendermint-light-client ^0.34.0 normal
      • tendermint-light-client-detector ^0.34.0 normal
      • tendermint-proto ^0.34.0 normal
      • tendermint-rpc ^0.34.0 normal
      • thiserror ^1.0.40 normal
      • tiny-bip39 ^1.0.0 normal
      • tiny-keccak ^2.0.2 normal
      • tokio ^1.0 normal
      • tokio-stream ^0.1.14 normal
      • toml ^0.7 normal
      • tonic ^0.10 normal
      • tracing ^0.1.36 normal
      • uuid ^1.4.0 normal
      • env_logger ^0.10.0 dev
      • ibc-relayer-types ^0.26.1 dev
      • serial_test ^2.0.0 dev
      • tendermint-testgen ^0.34.0 dev
      • test-log ^0.2.10 dev
      • tracing-subscriber ^0.3.14 dev
    • Versions
    • 14.61% 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

ibc_relayer0.26.1

Module sdk_error

  • Structs
  • Enums
  • Functions

In crate ibc_relayer

?
Change settings

Module ibc_relayer::sdk_error

source ·

Structs

  • ChannelStateVerificationFailedSubdetail
  • ClientConsensusStateVerificationFailedSubdetail
  • ClientError
  • ClientStateVerificationFailedSubdetail
  • ClientSubdetail
  • ClientTypeNotFoundSubdetail
  • CommitmentRootNotFoundSubdetail
  • ConnectionStateVerificationFailedSubdetail
  • ConsensusStateNotFoundSubdetail
  • FrozenLightClientSubdetail
  • InactiveClientSubdetail
  • InsufficientFeeSubdetail
  • InvalidClientHeaderSubdetail
  • InvalidClientMetadataSubdetail
  • InvalidClientStateSubstituteSubdetail
  • InvalidClientTypeSubdetail
  • InvalidClientUpgradeSubdetail
  • InvalidConsensusStateSubdetail
  • InvalidHeightSubdetail
  • InvalidLightClientMisbehaviorSubdetail
  • InvalidLightClientSubdetail
  • InvalidUpdateClientProposalSubdetail
  • InvalidUpgradeProposalSubdetail
  • LightClientAlreadyExistsSubdetail
  • LightClientNotFoundSubdetail
  • NextSequenceReceiveVerificationFailedSubdetail
  • OutOfGasSubdetail
  • PacketAcknowledgementVerificationFailedSubdetail
  • PacketCommitmentVerificationFailedSubdetail
  • PacketReceiptVerificationFailedSubdetail
  • SdkError
  • SelfConsensusStateNotFoundSubdetail
  • UnexpectedOkSubdetail
  • UnknownClientSubdetail
  • UnknownSdkSubdetail
  • UnknownTxSyncSubdetail
  • UpdateLightClientFailedSubdetail

Enums

  • ClientErrorDetail
  • SdkErrorDetail

Functions

  • sdk_error_from_tx_result
  • sdk_error_from_tx_sync_error_code
    Converts error codes originating from broadcast_tx_sync responses into IBC relayer domain-type errors. See tendermint_rpc::endpoint::broadcast::tx_sync::Response. Cf: https://github.com/cosmos/cosmos-sdk/blob/v0.42.10/types/errors/errors.go