smallrye-graphql icon indicating copy to clipboard operation
smallrye-graphql copied to clipboard

How I'm supposed to add errors to the response in an EventingServices

Open brainlag opened this issue 9 months ago • 6 comments

I have the case where the afterExecute of my custom EventingService may throw an error and it is impossible to add this error to the ExecutionResult. Only option is to throw an Exception which is not catched and handled anywhere and leads to an 500 error.

brainlag avatar May 13 '24 08:05 brainlag