Interface AgentActionError

All Superinterfaces:
AgentActionResult

public interface AgentActionError extends AgentActionResult
Represents an error encountered during agent action execution.
  • Method Details

    • getType

      Retrieve the error type.
      Returns:
      error type
    • getSubType

      String getSubType()
      Retrieve the error subtype code.
      Returns:
      error code
    • getMessage

      String getMessage()
      Retrieve the error message.
      Returns:
      error message