Expand description
Error types for the track CLI application.
This module defines all error types that can occur during track operations, including database errors, JJ errors, validation errors, and user-facing error messages.
Enums§
- Track
Error - Main error type for the track CLI application.
Type Aliases§
- Result
- Convenience type alias for Results with TrackError.