Hi Team, We are using the RFA 8.2 C++ API to consume market data. Where can I find detailed information about all the exceptions thrown by the RFA API when decoding response messages such as refresh, status, and update?
@mktdata
Thank you for reaching out to us.
I checked the RFA Reference Guide and found that RFA throws the following exceptions.
When catching RFA exceptions, the application should log information available in the exceptions, as shown in the ExceptionHandler::checkException(Exception& e) method (StarterCommon\ExceptionHandler.cpp).