mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Introduce new VIR_ERR_AGENT_UNRESPONSIVE error code
Currently, when guest agent is configured but not responsive (e.g. due to appropriate service not running in the guest) we return VIR_ERR_INTERNAL_ERROR. Both are wrong. Therefore we need to introduce new error code to reflect this case.
This commit is contained in:
@@ -283,6 +283,8 @@ typedef enum {
|
||||
VIR_ERR_OPERATION_UNSUPPORTED = 84, /* The requested operation is not
|
||||
supported */
|
||||
VIR_ERR_SSH = 85, /* error in ssh transport driver */
|
||||
VIR_ERR_AGENT_UNRESPONSIVE = 86, /* guest agent is unresponsive,
|
||||
not running or not usable */
|
||||
} virErrorNumber;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user