I have a registered cqListener
on a region. How can i get the actual error why onError
had occured from the parameter of the method const gemfire::CqEvent& cqEvent
?
I checked the documentation but it seems they don't have any method on the CqEvent
class that can acctually retrieve a possible error.