org.llm4s.agent.orchestration.OrchestrationError
See theOrchestrationError companion object
sealed trait OrchestrationError extends LLMError
Orchestration-specific error types following LLM4S error patterns
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait LLMErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class AgentTimeoutErrorclass NodeExecutionErrorclass PlanExecutionErrorclass PlanValidationErrorclass TypeMismatchError
Members list
Value members
Inherited methods
Optional error code for programmatic handling
Additional context information
Error correlation IDs for debugging
Formatted error message with context
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited and Abstract methods
Attributes
- Inherited from:
- Equals
Human-readable error message
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Deprecated and Inherited methods
DEPRECATED: Use type-level markers instead
DEPRECATED: Use type-level markers instead
Attributes
- Deprecated
-
[Since version 0.1.9]Use pattern matching on RecoverableError/NonRecoverableError traits - Inherited from:
- LLMError
In this article