Module error

Module error 

Source
Expand description

Error types for AGIT operations.

This module provides a comprehensive error handling system using thiserror for deriving error implementations with meaningful messages.

Enums§

AgitError
Top-level error type for AGIT operations.
IndexError
Errors specific to the index (staging area) operations.
StorageError
Errors specific to the content-addressable storage layer.

Type Aliases§

Result
Result type alias using AgitError.