Skip to main content

Module error

Module error 

Source
Expand description

Error types for dependency resolution

This module defines comprehensive error types for all resolution scenarios, from SAT solver failures to dependency conflicts and version incompatibilities.

Structs§

ConflictDetail
Details about a specific dependency conflict

Enums§

ConflictReason
Types of dependency conflicts
ResolutionError
Main error type for dependency resolution operations
SatError
SAT solver specific errors

Type Aliases§

ResolutionResult
Result type for resolution operations
SatResult
Result type for SAT operations