Skip to main content

Module error

Module error 

Source
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§

TrackError
Main error type for the track CLI application.

Type Aliases§

Result
Convenience type alias for Results with TrackError.