GTIRB
v2.2.0
GrammaTech Intermediate Representation for Binaries: C++ API
|
#include <ErrorOr.hpp>
Public Member Functions | |
ErrorInfo ()=default | |
ErrorInfo (const std::error_code &EC, const std::string &S) | |
std::string | message () const |
Public Attributes | |
std::error_code | ErrorCode |
std::string | Msg |
A small struct to hold an error code along with a string holding additional details
|
default |
|
inline |
std::string gtirb::ErrorInfo::message | ( | ) | const |
std::error_code gtirb::ErrorInfo::ErrorCode |
std::string gtirb::ErrorInfo::Msg |