Module error

Module error 

Source
Expand description

§Error definitions

Macros§

anyhow
Construct an ad-hoc error from a string or existing non-anyhow error value.
bail
Return early with an error.

Structs§

AnyError
The Error type, a wrapper around a dynamic error type.

Enums§

Error
An enumeration of errors reported across the CosmWasm MultiTest library.

Traits§

AnyContext
Provides the context method for Result.

Type Aliases§

AnyResult
Result<T, Error>