org.llm4s.agent.orchestration.OrchestrationError
See theOrchestrationError companion trait
object OrchestrationError
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
OrchestrationError.type
Members list
Type members
Classlikes
final case class AgentTimeoutError extends OrchestrationError
Agent timeout errors (recoverable)
Agent timeout errors (recoverable)
Attributes
- Companion
- object
- Supertypes
-
trait OrchestrationErrortrait LLMErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object AgentTimeoutError
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AgentTimeoutError.type
final case class NodeExecutionError extends OrchestrationError
Node execution errors (potentially recoverable)
Node execution errors (potentially recoverable)
Attributes
- Companion
- object
- Supertypes
-
trait OrchestrationErrortrait LLMErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object NodeExecutionError
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
NodeExecutionError.type
final case class PlanExecutionError extends OrchestrationError
Plan execution errors (potentially recoverable)
Plan execution errors (potentially recoverable)
Attributes
- Companion
- object
- Supertypes
-
trait OrchestrationErrortrait LLMErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object PlanExecutionError
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PlanExecutionError.type
final case class PlanValidationError extends OrchestrationError
Plan validation errors (non-recoverable)
Plan validation errors (non-recoverable)
Attributes
- Companion
- object
- Supertypes
-
trait OrchestrationErrortrait LLMErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object PlanValidationError
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PlanValidationError.type
final case class TypeMismatchError extends OrchestrationError
Input/Output type mismatch errors (non-recoverable)
Input/Output type mismatch errors (non-recoverable)
Attributes
- Companion
- object
- Supertypes
-
trait OrchestrationErrortrait LLMErrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TypeMismatchError
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TypeMismatchError.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article