diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-12 10:08:08 -0600 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-12 10:08:08 -0600 |
| commit | 9bf4896e5d565785316d2c179be91fba11fbf3fb (patch) | |
| tree | 4ac5f38e5f88949dbded2562db95ddb9253c28a2 /qerror.h | |
| parent | 774d5c5b1604b8443a8e42048b370b6c95dbfc40 (diff) | |
| parent | 3dc853832db7bf8ac3878e0666c639d3bc02b587 (diff) | |
| download | focaccia-qemu-9bf4896e5d565785316d2c179be91fba11fbf3fb.tar.gz focaccia-qemu-9bf4896e5d565785316d2c179be91fba11fbf3fb.zip | |
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Diffstat (limited to 'qerror.h')
| -rw-r--r-- | qerror.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qerror.h b/qerror.h index 161d654b75..1fee39d5c9 100644 --- a/qerror.h +++ b/qerror.h @@ -126,6 +126,9 @@ QError *qobject_to_qerror(const QObject *obj); #define QERR_INVALID_PASSWORD \ "{ 'class': 'InvalidPassword', 'data': {} }" +#define QERR_IO_ERROR \ + "{ 'class': 'IOError', 'data': {} }" + #define QERR_JSON_PARSING \ "{ 'class': 'JSONParsing', 'data': {} }" |