Module functional_tests::errors
source · Macros
- Construct an ad-hoc error from a string or existing non-
anyhow
error value. - Return early with an error.
- Construct an ad-hoc error from a string or existing non-
anyhow
error value.
Structs
- The
Error
type, a wrapper around a dynamic error type.
Enums
- Defines all errors in this crate.
Type Definitions
Result<T, Error>