Package io.a2a.spec

Class InvalidAgentResponseError

All Implemented Interfaces:
A2AError, Event, Serializable

public class InvalidAgentResponseError extends JSONRPCError
A2A specific error indicating agent returned invalid response for the current method.
See Also:
  • Field Details

    • DEFAULT_CODE

      public static final Integer DEFAULT_CODE
  • Constructor Details

    • InvalidAgentResponseError

      public InvalidAgentResponseError(Integer code, String message, Object data)