Module errors

Module errors 

Source
Expand description

Error types for the Santa package manager.

This module provides unified error handling across all Santa operations, replacing the various ad-hoc error patterns with a structured approach.

Enums§

SantaError
The main error type for Santa operations.

Type Aliases§

Result
A type alias for Results that use SantaError.