Expand description
chainerrors-core — foundation types and traits for the ChainErrors library.
This crate defines:
ErrorKind— the taxonomy of EVM error typesDecodedError— the output of a successful decodeErrorContext— chain/tx metadata for a failed callErrorDecoder— the decoder trait every chain implementsErrorSignatureRegistry— the trait for looking up error signatures
Re-exports§
pub use decoder::ErrorDecoder;pub use registry::ErrorSignature;pub use registry::ErrorSignatureRegistry;pub use types::DecodedError;pub use types::ErrorContext;pub use types::ErrorKind;pub use types::Severity;