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