You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client errors, in particular CLI, are displayed using functions: clixon_netconf_error_fn() / netconf_err2cb()
which translate NETCONF error messages into a more readable form. However, there is a need to make the
error messages more meaningful for an end-user by providing an ability to customize the error messages.
This could be done by some callback mechanism so that the original NETCONF error message could be annotated with application-specific information or context.
The text was updated successfully, but these errors were encountered:
Client errors, in particular CLI, are displayed using functions:
clixon_netconf_error_fn()
/netconf_err2cb()
which translate NETCONF error messages into a more readable form. However, there is a need to make the
error messages more meaningful for an end-user by providing an ability to customize the error messages.
This could be done by some callback mechanism so that the original NETCONF error message could be annotated with application-specific information or context.
The text was updated successfully, but these errors were encountered: