IRSOL
C++ code implementing socket server for interacting with Baumer camera.
error.hpp File Reference

Protocol error message representation. More...

Go to the source code of this file.

Classes

struct  irsol::protocol::Error
 Represents an error response message from the server. More...
 

Namespaces

namespace  irsol
 
namespace  irsol::protocol
 Core protocol message types, serialization, parsing, and communication utilities for the irsol framework.
 

Detailed Description

Protocol error message representation.

This header defines the Error struct used to represent errors encountered during the processing of incoming protocol messages. These may include syntax issues, type mismatches, unsupported operations, or invalid input formats.

Definition in file error.hpp.