Class ClientError

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Types

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.