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 ccb34ad commit f408a68Copy full SHA for f408a68
spec/src/main/java/io/a2a/spec/A2AError.java
@@ -27,7 +27,7 @@
27
* @see <a href="https://www.jsonrpc.org/specification#error_object">JSON-RPC 2.0 Error Object</a>
28
* @see <a href="https://a2a-protocol.org/latest/">A2A Protocol Specification</a>
29
*/
30
-public class A2AError extends Error implements Event {
+public class A2AError extends RuntimeException implements Event {
31
/**
32
* The numeric error code (see JSON-RPC 2.0 spec for standard codes).
33
0 commit comments