Skip to content

Commit 15ccfc7

Browse files
committed
Add missing @see entries
1 parent e551e39 commit 15ccfc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/src/main/java/io/a2a/spec/A2AClientError.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* @see A2AClientException for general client exceptions
1919
* @see A2AClientHTTPError for HTTP-specific errors
2020
* @see A2AClientJSONError for JSON-specific errors
21+
* @see A2AClientInvalidStateError for invalid state errors
22+
* @see A2AClientInvalidArgsError for invalid argument errors
2123
*/
2224
public class A2AClientError extends RuntimeException {
2325
/**

0 commit comments

Comments
 (0)