Class ClientTimeout¶
Defined in File sensor_packet_source.h
Inheritance Relationships¶
Base Type¶
public ouster::sdk::sensor::ClientErrorClass ClientError
Class Documentation¶
-
class ClientTimeout : public ouster::sdk::sensor::ClientError¶
Exception for timeout errors in the client.
Thrown when a client operation exceeds the expected time limit.
- Param msg:
[in] The error message indicating a timeout occurred.
Public Functions
-
inline ClientTimeout(const std::string &msg)¶
Constructs a ClientTimeout with the given error message.
- Parameters:
msg[in] The error message indicating a timeout occurred.