#include <QadraMessageData.h>
|
| enum | ErrorCode {
Success = 0,
NoContentError = 20401,
BadRequestError = 40000,
UnknownParameter = 40001,
MissingRequiredParameter = 40002,
InvalidParameterValue = 40003,
MustNotBeNegative = 40004,
MustBeGreaterThan0 = 40005,
LongitudeOutOfRange = 40006,
LatitudeOutOfRange = 40007,
OBUNotFound = 40008,
BusStopNotFoundByTariffNumber = 40009,
AnUnexpectedErrorOccurred = 50001
} |
| |
| enum | StatusCode {
Unknown = 0,
OK = 200,
NoContent = 204,
BadRequest = 400,
Unauthorized = 401,
Forbiden = 403,
InternalServerError = 500
} |
| |
| typedef QList< ErrorResponse > | ErrorResponseList |
| |
| Enumerator |
|---|
| Success |
|
| NoContentError |
|
| BadRequestError |
|
| UnknownParameter |
|
| MissingRequiredParameter |
|
| InvalidParameterValue |
|
| MustNotBeNegative |
|
| MustBeGreaterThan0 |
|
| LongitudeOutOfRange |
|
| LatitudeOutOfRange |
|
| OBUNotFound |
|
| BusStopNotFoundByTariffNumber |
|
| AnUnexpectedErrorOccurred |
|
| Enumerator |
|---|
| Unknown |
|
| OK |
|
| NoContent |
|
| BadRequest |
|
| Unauthorized |
|
| Forbiden |
|
| InternalServerError |
|
| QadraMessageDataResponse::QadraMessageDataResponse |
( |
| ) |
|
|
inline |
| QadraMessageDataResponse::QadraMessageDataResponse |
( |
const QJsonObject & |
jsonObject | ) |
|
|
inline |
| void QadraMessageDataResponse::FromJsonObject |
( |
const QJsonObject & |
jsonObject | ) |
|
|
inline |
| bool QadraMessageDataResponse::IsValid |
( |
| ) |
|
|
inline |
| QString QadraMessageDataResponse::JoinMessageIDs |
( |
| ) |
const |
|
inline |
| QString QadraMessageDataResponse::ToString |
( |
| ) |
const |
|
inline |
| QStringList QadraMessageDataResponse::mProcessedId |
The documentation for this class was generated from the following file: