Hi,
i'm lost in these exceptions handlers:
fWebSocket.OnException := doWebSocketException;
fHttp.OnException := doException;
fHttp.OnBinanceHTTPException := doBinanceHTTPException;
What is the difference between? Is onBinancHTTPException for both restapi and websocket exception, or should I work on every of it?
Thanks