Package io.a2a.spec

Class JSONParseError

All Implemented Interfaces:
A2AError, Event, Serializable

public class JSONParseError extends JSONRPCError implements A2AError
An error indicating that the server received invalid JSON.
See Also:
  • Field Details

    • DEFAULT_CODE

      public static final Integer DEFAULT_CODE
  • Constructor Details

    • JSONParseError

      public JSONParseError()
    • JSONParseError

      public JSONParseError(String message)
    • JSONParseError

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