Exception thrown by RFA API while decoding the Response Messages

mktdata
mktdata Contributor

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?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @mktdata

    Thank you for reaching out to us.

    I checked the RFA Reference Guide and found that RFA throws the following exceptions.

    1727675014147.png

    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).