Class ClientError¶
Defined in File sensor_packet_source.h
Inheritance Relationships¶
Base Type¶
public std::runtime_error
Derived Types¶
public ouster::sdk::sensor::ClientOverflowClass ClientOverflowpublic ouster::sdk::sensor::ClientTimeoutClass ClientTimeout
Class Documentation¶
-
class ClientError : public std::runtime_error¶
Base class for client-related exceptions.
Subclassed by ouster::sdk::sensor::ClientOverflow, ouster::sdk::sensor::ClientTimeout
Public Functions
-
inline ClientError(const std::string &msg)¶
Constructs a ClientError with the given error message.
- Parameters:
msg[in] A description of the client error.
-
inline ClientError(const std::string &msg)¶