Class ClientOverflow

Inheritance Relationships

Base Type

Class Documentation

class ClientOverflow : public ouster::sdk::sensor::ClientError

Exception for buffer overflow errors in the client.

Thrown when a buffer exceeds its capacity or an overflow condition is detected during client data handling.

Param msg:

[in] The error message indicating buffer overflow.

Public Functions

inline ClientOverflow(const std::string &msg)

Constructs a ClientOverflow with the given error message.

Parameters:

msg[in] – The error message indicating buffer overflow.