Class SocketError
Defined in File sockets.hpp
Inheritance Relationships
Base Type
public ecl::Error
Class Documentation
-
class SocketError : public ecl::Error
Extends the generic error handler with socket specific error strings.
Public Functions
-
inline SocketError(const ErrorFlag &flag = UnknownError)
Configures the error class with the specified error flag.
- Parameters:
flag – : the error type.
Protected Functions
-
inline virtual const char *invalidArgErrorString() const
-
inline SocketError(const ErrorFlag &flag = UnknownError)