#include <error_codes.h>
|
| | error_info ()=default |
| |
| | error_info (int code_value, std::string message_value) |
| |
| | error_info (int code_value, std::string message_value, std::string category_value) |
| |
◆ error_info() [1/3]
| kcenon::common::error_info::error_info |
( |
| ) |
|
|
default |
◆ error_info() [2/3]
| kcenon::common::error_info::error_info |
( |
int | code_value, |
|
|
std::string | message_value ) |
|
inline |
◆ error_info() [3/3]
| kcenon::common::error_info::error_info |
( |
int | code_value, |
|
|
std::string | message_value, |
|
|
std::string | category_value ) |
|
inline |
◆ category
| std::string kcenon::common::error_info::category |
◆ code
| int kcenon::common::error_info::code {} |
◆ message
| std::string kcenon::common::error_info::message |
The documentation for this struct was generated from the following file: