![]() |
libyang
1.0.253
YANG data modeling language library
|
class for wrapping ly_err_item. More...
#include <Libyang.hpp>
Public Member Functions | |
| Error (struct ly_err_item *eitem) | |
| ~Error () | |
| LY_ERR | err () throw () |
| LY_VECODE | vecode () throw () |
| const char * | errmsg () const throw () |
| const char * | errpath () const throw () |
| const char * | errapptag () const throw () |
class for wrapping ly_err_item.
Definition at line 158 of file Libyang.hpp.
| Error | ( | struct ly_err_item * | eitem | ) |
wrapper for ly_err_item
Definition at line 319 of file Libyang.cpp.
|
inline |
Definition at line 163 of file Libyang.hpp.
|
inline | |||||||||||||
get no variable from ly_err_item
Definition at line 165 of file Libyang.hpp.
|
inline | |||||||||||||
get vecode variable from ly_err_item
Definition at line 167 of file Libyang.hpp.
|
inline | |||||||||||||
get errmsg variable from ly_err_item
Definition at line 169 of file Libyang.hpp.
|
inline | |||||||||||||
get errpath variable from ly_err_item
Definition at line 171 of file Libyang.hpp.
|
inline | |||||||||||||
get errapptag variable from ly_err_item
Definition at line 173 of file Libyang.hpp.