AgentServiceError
@Serializable
Represents an error response from the agent service.
This class encapsulates details about errors that may occur during interactions with the agent service. Each error is characterized by a specific type and an associated human-readable message providing additional context about the error.
The error type is defined using the AgentServiceErrorType enum, which categorizes errors into different types such as unexpected errors, malformed messages, or agent not found scenarios.