![]() |
yumapro
25.10-1
YumaPro SDK
|
One RPC error record built by the server before an <rpc-error> element is generated. More...
#include <rpc_err.h>
Data Fields | |
| dlq_hdr_t | error_qhdr |
| queue header | |
| status_t | error_res |
| error result status for error-number | |
| ncx_layer_t | error_type |
| error protocol layer | |
| rpc_err_t | error_id |
| RPC error code. | |
| rpc_err_sev_t | error_severity |
| severity (always error for now) | |
| const xmlChar * | error_tag |
| error-tag used this can be const because the set of values is hard-wired in RFC 6241 | |
| xmlChar * | error_app_tag |
| error-app-tag used (may be NULL) this cannot be const because it can be over-ridden with an errinfo record | |
| xmlChar * | error_path |
| error-path can be NULL if unknown or not applicable | |
| xmlChar * | error_message |
| error message usually from status.c but can be set by CLI and YANG extension errmsg | |
| const xmlChar * | error_message_lang |
| error message language usually EN-US but can be changed by CLI | |
| dlq_hdr_t | error_info |
| Q of rpc_err_info_t. | |
One RPC error record built by the server before an <rpc-error> element is generated.