Revision 7bbd8237 qerror.h

b/qerror.h
42 42
/*
43 43
 * QError class list
44 44
 */
45
#define QERR_BUS_NOT_FOUND \
46
    "{ 'class': 'BusNotFound', 'data': { 'bus': %s } }"
47

  
45 48
#define QERR_COMMAND_NOT_FOUND \
46 49
    "{ 'class': 'CommandNotFound', 'data': { 'name': %s } }"
47 50

  

Also available in: Unified diff