Error
Errors that can occur during context operations.
This minimal version only includes errors that can occur without database or runtime dependencies.
Serialization- JSON serialization/deserialization errorKeyNotFound- Key not found in contextTypeMismatch- Type mismatch when retrieving a valueKeyExists- Key already exists when insertingDatabase- Database operation failed (infrastructure error, not a key issue)ConnectionPool- Connection pool exhausted or unavailable
Errors that can occur during task execution.
Task errors encompass execution failures, context issues, and any other problems that prevent a task from completing successfully.
ExecutionFailed- Task execution failed with a messageDependencyNotSatisfied- Task dependency not satisfiedTimeout- Task exceeded timeoutContextError- Context operation error within a taskValidationFailed- Task validation failedUnknown- Unknown errorReadinessCheckFailed- Task readiness check failedTriggerRuleFailed- Trigger rule evaluation failed
Errors that can occur during task checkpointing.
Checkpoint errors occur when tasks attempt to save intermediate state for recovery purposes.
SaveFailed- Failed to save checkpointLoadFailed- Failed to load checkpointSerialization- Checkpoint serialization errorStorageError- Checkpoint storage errorValidationFailed- Checkpoint validation failed