#include <Runbook.h>
|
| 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 |
| |
◆ ErrorDefinition()
| consteval runbook::ErrorDefinition::ErrorDefinition |
( |
const std::string_view |
code, |
|
|
const std::string_view |
what, |
|
|
const std::string_view |
how |
|
) |
| |
|
inline |
◆ getCode()
| std::string_view runbook::ErrorDefinition::getCode |
( |
| ) |
const |
|
inline |
◆ getHow()
| std::string_view runbook::ErrorDefinition::getHow |
( |
| ) |
const |
|
inline |
◆ getWhat()
| std::string_view runbook::ErrorDefinition::getWhat |
( |
| ) |
const |
|
inline |
◆ 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: