|
QJsonChannelCore
|
Enumerations | |
| enum | ErrorCode { NoError = 0, ParseError = -32700, InvalidRequest = -32600, MethodNotFound = -32601, InvalidParams = -32602, InternalError = -32603, ServerErrorBase = -32000, UserError = -32099, TimeoutError = -32100 } |
| Enumerator | |
|---|---|
| NoError | |
| ParseError | |
| InvalidRequest | |
| MethodNotFound | |
| InvalidParams | |
| InternalError | |
| ServerErrorBase | |
| UserError | |
| TimeoutError | |
Definition at line 9 of file QJsonChannelGlobal.h.