SimpleQueryBus subscriptionquery doesn't correctly report errors for initialResult #913
Closed
Description
When an QueryHandler throws an exception, these are not correctly reported in the initialResult
of a subscription query. While regular queries report them as part of the QueryResult, Subscription queries report them directly on the Mono.
Similar to the regular Query, exceptions by QueryHandlers should be reported as the result of a Query in the QueryResultMessage.