|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
Error response message. More...
#include <database_protocol.h>

Public Attributes | |
| int32_t | error_code |
| std::string | error_message |
| std::string | error_context |
Error response message.
Definition at line 168 of file database_protocol.h.
| int32_t database::protocol::error_response::error_code |
Definition at line 169 of file database_protocol.h.
Referenced by database::protocol::protocol_serializer::deserialize_error_response(), database::protocol::protocol_serializer::serialize(), TEST_F(), and TEST_F().
| std::string database::protocol::error_response::error_context |
Definition at line 171 of file database_protocol.h.
Referenced by database::protocol::protocol_serializer::deserialize_error_response(), database::protocol::protocol_serializer::serialize(), TEST_F(), and TEST_F().
| std::string database::protocol::error_response::error_message |
Definition at line 170 of file database_protocol.h.
Referenced by database::protocol::protocol_serializer::deserialize_error_response(), database::protocol::protocol_serializer::serialize(), TEST_F(), and TEST_F().