mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-07 03:35:07 -05:00
XML-RPC errors checks
This commit is contained in:
@@ -44,6 +44,7 @@ typedef enum {
|
||||
VIR_FROM_SEXPR, /* Error in the S-Epression code */
|
||||
VIR_FROM_XML, /* Error in the XML code */
|
||||
VIR_FROM_DOM, /* Error when operating on a domain */
|
||||
VIR_FROM_RPC /* Error in the XML-RPC code */
|
||||
} virErrorDomain;
|
||||
|
||||
|
||||
|
||||
@@ -44,6 +44,7 @@ typedef enum {
|
||||
VIR_FROM_SEXPR, /* Error in the S-Epression code */
|
||||
VIR_FROM_XML, /* Error in the XML code */
|
||||
VIR_FROM_DOM, /* Error when operating on a domain */
|
||||
VIR_FROM_RPC /* Error in the XML-RPC code */
|
||||
} virErrorDomain;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user