BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
runbook::ErrorDefinition Class Reference

#include <Runbook.h>

Collaboration diagram for runbook::ErrorDefinition:
Collaboration graph

Public Member Functions

consteval ErrorDefinition (const std::string_view code, const std::string_view what, const std::string_view how)
 
std::string_view getCode () const
 
std::string_view getHow () const
 
std::string_view getWhat () const
 

Private Attributes

std::string_view mCode
 
std::string_view mHowToFixString
 
std::string_view mWhatWentWrongString
 

Constructor & Destructor Documentation

◆ ErrorDefinition()

consteval runbook::ErrorDefinition::ErrorDefinition ( const std::string_view  code,
const std::string_view  what,
const std::string_view  how 
)
inline

Member Function Documentation

◆ getCode()

std::string_view runbook::ErrorDefinition::getCode ( ) const
inline
Here is the caller graph for this function:

◆ getHow()

std::string_view runbook::ErrorDefinition::getHow ( ) const
inline
Here is the caller graph for this function:

◆ getWhat()

std::string_view runbook::ErrorDefinition::getWhat ( ) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ mCode

std::string_view runbook::ErrorDefinition::mCode
private

◆ mHowToFixString

std::string_view runbook::ErrorDefinition::mHowToFixString
private

◆ mWhatWentWrongString

std::string_view runbook::ErrorDefinition::mWhatWentWrongString
private

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