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

#include <common_result.h>

Collaboration diagram for common::error_info:
Collaboration graph

Public Attributes

int code {0}
 
std::string message
 
std::string context
 

Detailed Description

Definition at line 46 of file common_result.h.

Member Data Documentation

◆ code

int common::error_info::code {0}

Definition at line 47 of file common_result.h.

47{0};

◆ context

std::string common::error_info::context

Definition at line 49 of file common_result.h.

◆ message

std::string common::error_info::message

Definition at line 48 of file common_result.h.


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