By Tomas Emresz on Friday, 20 May 2022
Posted in Support
Likes 0
Views 436
Votes 0
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
View Full Post