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

Transaction control response. More...

#include <database_protocol.h>

Collaboration diagram for database::protocol::transaction_response:
Collaboration graph

Public Attributes

bool success
 
std::string error_message
 

Detailed Description

Transaction control response.

Definition at line 159 of file database_protocol.h.

Member Data Documentation

◆ error_message

std::string database::protocol::transaction_response::error_message

◆ success

bool database::protocol::transaction_response::success

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