Revision e3d4d252 qerror.h

b/qerror.h
184 184
#define QERR_FEATURE_DISABLED \
185 185
    "{ 'class': 'FeatureDisabled', 'data': { 'name': %s } }"
186 186

  
187
#define QERR_QGA_LOGGING_FAILED \
188
    "{ 'class': 'QgaLoggingFailed', 'data': {} }"
189

  
190
#define QERR_QGA_COMMAND_FAILED \
191
    "{ 'class': 'QgaCommandFailed', 'data': { 'message': %s } }"
192

  
187 193
#endif /* QERROR_H */

Also available in: Unified diff