|
| HvtError (HvtResult code) |
|
const char * | what () const noexcept override |
|
Definition at line 113 of file DynamicInputProvider.cpp.
◆ HvtError()
HvtError::HvtError |
( |
HvtResult |
code | ) |
|
|
inline |
◆ what()
const char * HvtError::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
Definition at line 117 of file DynamicInputProvider.cpp.
117 {
118 auto it = err_map.find(code);
119 if(it == err_map.end()) {
120 return "INVALID_ERROR";
121 }
122 return it->second;
123 }
◆ code
The documentation for this class was generated from the following file: