Revision f34e5688 qerror.h
b/qerror.h | ||
---|---|---|
70 | 70 |
#define QERR_INVALID_BLOCK_FORMAT \ |
71 | 71 |
"{ 'class': 'InvalidBlockFormat', 'data': { 'name': %s } }" |
72 | 72 |
|
73 |
#define QERR_INVALID_CPU_INDEX \ |
|
74 |
"{ 'class': 'InvalidCPUIndex', 'data': {} }" |
|
75 |
|
|
76 | 73 |
#define QERR_INVALID_PARAMETER \ |
77 | 74 |
"{ 'class': 'InvalidParameter', 'data': { 'name': %s } }" |
78 | 75 |
|
Also available in: Unified diff