Module error

Module error 

Source
Expand description

Error types for the Halldyll deployment system.

This module provides a comprehensive error hierarchy for all operations in the deployment lifecycle: configuration, state management, RunPod API, planning, and reconciliation.

Enums§

ConfigError
Configuration-related errors.
HalldyllError
The main error type for the Halldyll deployment system.
PlanError
Planning errors.
ReconcileError
Reconciliation errors.
RunPodError
RunPod API errors.
StateError
State management errors.

Type Aliases§

Result
Result type alias for Halldyll operations.