Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
database::protocol::error_response Struct Reference

Error response message. More...

#include <database_protocol.h>

Collaboration diagram for database::protocol::error_response:
Collaboration graph

Public Attributes

int32_t error_code
 
std::string error_message
 
std::string error_context
 

Detailed Description

Error response message.

Definition at line 168 of file database_protocol.h.

Member Data Documentation

◆ error_code

int32_t database::protocol::error_response::error_code

◆ error_context

std::string database::protocol::error_response::error_context

◆ error_message

std::string database::protocol::error_response::error_message

The documentation for this struct was generated from the following file: