socket_io_native_client_platform_interface library

Exceptions / Errors

GenericSocketException
Generic Socket.IO exception for unclassified errors.
SocketConnectionException
Exception thrown when connection to socket server fails.
SocketDisconnectionException
Exception thrown when disconnection fails.
SocketEmissionException
Exception thrown when event emission fails.
SocketEventException
Exception thrown when event operations fail.
SocketException
Base class for all Socket.IO exceptions.
SocketInvalidUrlException
Exception thrown when URL is invalid.
SocketNotConnectedException
Exception thrown when trying to perform operations on a disconnected socket.
SocketTimeoutException
Exception thrown when connection times out.