92 struct nc_err*
nc_err_dup(
const struct nc_err* error);
NC_ERR
Definition: error.h:55
struct nc_err * nc_err_new(NC_ERR error)
Create a new 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.
NC_ERR_PARAM
Definition: netconf.h:197
libnetconf's general public functions and structures definitions.
struct nc_err * nc_err_dup(const struct nc_err *error)
Duplicate an error description structure.