![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Protocol error message representation. More...
#include "irsol/macros.hpp"
#include "irsol/protocol/message/in_messages.hpp"
#include "irsol/protocol/message/variants.hpp"
#include "irsol/traits.hpp"
#include "irsol/types.hpp"
#include <string>
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. | |
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.