Class ClientError
Defined in File sensor_packet_source.h
Inheritance Relationships
Base Type
public std::runtime_error
Derived Types
public ouster::sdk::sensor::ClientOverflow(Class ClientOverflow)public ouster::sdk::sensor::ClientTimeout(Class 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)