MCPcopy Create free account
hub / github.com/BitVM/BitVM / Error

Enum Error

bridge/src/error.rs:64–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63#[derive(Debug)]
64pub enum Error {
65 Esplora(esplora_client::Error),
66 Client(ClientError),
67 Graph(GraphError),
68 Transaction(TransactionError),
69 L2(L2Error),
70 Chunker(ChunkerError),
71 Validation(ValidationError),
72 Other(String),
73}
74
75impl fmt::Display for Error {
76 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected