Expand description
Error facilities
Structs§
- Error
- Unified error type for this crate. Contains just a kind for now, but will be extended later with additional context.
Enums§
- Error
Kind - Monolithic error type for the shell
Traits§
- Builtin
Error - Trait implementable by built-in commands to represent errors.
- Convertible
ToExit Code - Helper trait for converting values to exit codes.
- Error
Formatter - Trait implementable by consumers of this crate to customize formatting errors into displayable text.
Functions§
- unimp
- Convenience function for returning an error for unimplemented functionality.
- unimp_
with_ issue - Convenience function for returning an error for tracked, unimplemented functionality.