Revision ef749d07 qerror.h

b/qerror.h
121 121
#define QERR_JSON_PARSING \
122 122
    "{ 'class': 'JSONParsing', 'data': {} }"
123 123

  
124
#define QERR_JSON_PARSE_ERROR \
125
    "{ 'class': 'JSONParseError', 'data': { 'message': %s } }"
126

  
124 127
#define QERR_KVM_MISSING_CAP \
125 128
    "{ 'class': 'KVMMissingCap', 'data': { 'capability': %s, 'feature': %s } }"
126 129

  

Also available in: Unified diff