![]() |
sysrepo
1.4.70
YANG datastore
|
Class for wrapping sr_error_info_t. More...
#include <Struct.hpp>
Public Member Functions | |
Errors () | |
~Errors () | |
sr_error_t | error_code () |
const char * | message (size_t idx) |
const char * | xpath (size_t idx) |
size_t | error_cnt () |
Friends | |
class | Session |
Class for wrapping sr_error_info_t.
Definition at line 259 of file Struct.hpp.
Errors | ( | ) |
Constructor for an empty sr_error_info_t.
~Errors | ( | ) |
|
inline |
Getter for error code.
Definition at line 266 of file Struct.hpp.
|
inline |
Getter for messages.
Definition at line 268 of file Struct.hpp.
|
inline |
Getter for xpaths.
Definition at line 270 of file Struct.hpp.
|
inline |
Getter for array size.
Definition at line 272 of file Struct.hpp.
|
friend |
Definition at line 274 of file Struct.hpp.