Expand description
Error types and Result module.
Structs§
- Errors that can result from pace.
Enums§
ActivityLogErrorKind
describes the errors that can happen while dealing with the activity log.PaceErrorKind
describes the errors that can happen while executing a high-level command.
Type Aliases§
- Result type that is being returned from methods that can fail and thus have
PaceError
s. - Result type that is being returned from test functions and methods that can fail and thus have errors.