Class ClientTimeout

Inheritance Relationships

Base Type

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.