Expand description
§Error Types
This module defines the minimal error types needed for workflow authoring.
These errors do not include database or runtime-specific variants, which
are defined in the main cloacina crate.
§Error Types
ContextError: Errors related to context operationsTaskError: Errors that occur during task executionCheckpointError: Errors in task checkpointing
Enums§
- Checkpoint
Error - Errors that can occur during task checkpointing.
- Context
Error - Errors that can occur during context operations.
- Task
Error - Errors that can occur during task execution.