We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e551e39 commit 15ccfc7Copy full SHA for 15ccfc7
spec/src/main/java/io/a2a/spec/A2AClientError.java
@@ -18,6 +18,8 @@
18
* @see A2AClientException for general client exceptions
19
* @see A2AClientHTTPError for HTTP-specific errors
20
* @see A2AClientJSONError for JSON-specific errors
21
+ * @see A2AClientInvalidStateError for invalid state errors
22
+ * @see A2AClientInvalidArgsError for invalid argument errors
23
*/
24
public class A2AClientError extends RuntimeException {
25
/**
0 commit comments