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