Package io.a2a.spec
Class JSONParseError
java.lang.Object
java.lang.Throwable
java.lang.Error
io.a2a.spec.JSONRPCError
io.a2a.spec.JSONParseError
- All Implemented Interfaces:
A2AError,Event,Serializable
An error indicating that the server received invalid JSON.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJSONParseError(Integer code, String message, Object data) JSONParseError(String message) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCError
getCode, getDataMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_CODE
-
-
Constructor Details
-
JSONParseError
public JSONParseError() -
JSONParseError
-
JSONParseError
-