AgentSessionManager.WorkflowBridge.ErrorClassification (AgentSessionManager v0.8.0)

Copy Markdown View Source

Classification of an ASM error for workflow routing decisions.

Summary

Types

recommended_action()

@type recommended_action() :: :retry | :failover | :abort | :wait_and_retry | :cancel

t()

@type t() :: %AgentSessionManager.WorkflowBridge.ErrorClassification{
  category: atom(),
  error: AgentSessionManager.Core.Error.t(),
  recommended_action: recommended_action(),
  retryable: boolean()
}