NC_ERR
Definition error.h:55
@ NC_ERR_RES_DENIED
Definition error.h:69
@ NC_ERR_INVALID_VALUE
Definition error.h:58
@ NC_ERR_ROLLBACK_FAILED
Definition error.h:70
@ NC_ERR_UNKNOWN_ATTR
Definition error.h:62
@ NC_ERR_BAD_ATTR
Definition error.h:61
@ NC_ERR_DATA_EXISTS
Definition error.h:71
@ NC_ERR_IN_USE
Definition error.h:57
@ NC_ERR_UNKNOWN_ELEM
Definition error.h:65
@ NC_ERR_ACCESS_DENIED
Definition error.h:67
@ NC_ERR_EMPTY
Definition error.h:56
@ NC_ERR_OP_NOT_SUPPORTED
Definition error.h:73
@ NC_ERR_UNKNOWN_NS
Definition error.h:66
@ NC_ERR_MISSING_ATTR
Definition error.h:60
@ NC_ERR_LOCK_DENIED
Definition error.h:68
@ NC_ERR_MALFORMED_MSG
Definition error.h:75
@ NC_ERR_DATA_MISSING
Definition error.h:72
@ NC_ERR_BAD_ELEM
Definition error.h:64
@ NC_ERR_MISSING_ELEM
Definition error.h:63
@ NC_ERR_TOO_BIG
Definition error.h:59
@ NC_ERR_OP_FAILED
Definition error.h:74
struct nc_err * nc_err_dup(const struct nc_err *error)
Duplicate an error description structure.
int nc_err_set(struct nc_err *err, NC_ERR_PARAM param, const char *value)
Set selected parameter of the NETCONF error structure to the specified value.
const char * nc_err_get(const struct nc_err *err, NC_ERR_PARAM param)
Get value of the specified parameter of the NETCONF error structure.
void nc_err_free(struct nc_err *err)
Free NETCONF error structure.
struct nc_err * nc_err_new(NC_ERR error)
Create a new error description structure.
libnetconf's general public functions and structures definitions.
NC_ERR_PARAM
Definition netconf.h:198