Skip to content

Commit 3847e28

Browse files
committed
Trying to get more details
Signed-off-by: Emmanuel Hugonnet <[email protected]>
1 parent 465a5e4 commit 3847e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server-common/src/main/java/io/a2a/server/requesthandlers/DefaultRequestHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public EventKind onMessageSend(MessageSendParams params, ServerCallContext conte
292292
LOGGER.warn(msg, e);
293293
throw new InternalError(msg);
294294
} catch (java.util.concurrent.ExecutionException e) {
295-
String msg = String.format("Error during task %s execution", taskId);
295+
String msg = String.format("Error during task %s execution %s", taskId, e.getMessage());
296296
LOGGER.warn(msg, e.getCause());
297297
throw new InternalError(msg);
298298
} catch (java.util.concurrent.TimeoutException e) {

0 commit comments

Comments
 (0)