]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qerror.h
QError: New QERR_VNC_SERVER_FAILED
[mirror_qemu.git] / qerror.h
index b85689933b2cf6d6e13d90f6a22d6f076369a2d9..1a05d9a66ae6740abdc2a7f8315702994535f7be 100644 (file)
--- a/qerror.h
+++ b/qerror.h
@@ -83,4 +83,7 @@ QError *qobject_to_qerror(const QObject *obj);
 #define QERR_UNDEFINED_ERROR \
     "{ 'class': 'UndefinedError', 'data': {} }"
 
+#define QERR_VNC_SERVER_FAILED \
+    "{ 'class': 'VNCServerFailed', 'data': { 'target': %s } }"
+
 #endif /* QERROR_H */