19 #ifndef RAPIDJSON_ERROR_EN_H_ 20 #define RAPIDJSON_ERROR_EN_H_ 26 RAPIDJSON_DIAG_OFF(
switch -
enum)
27 RAPIDJSON_DIAG_OFF(covered - switch - default)
42 switch (parseErrorCode) {
50 "The document root must not be followed by other values.");
59 "Missing a colon after a name of object member.");
62 "Missing a comma or '}' after an object member.");
66 "Missing a comma or ']' after an array element.");
70 "Incorrect hex digit after \\u escape in string.");
77 "Missing a closing quotation mark in string.");
104 #endif // RAPIDJSON_ERROR_EN_H_
#define RAPIDJSON_NAMESPACE_END
provide custom rapidjson namespace (closing expression)
Missing a name for object member.
#define RAPIDJSON_NAMESPACE_BEGIN
provide custom rapidjson namespace (opening expression)
Number too big to be stored in double.
#define RAPIDJSON_ERROR_STRING(x)
Macro for converting string literial to RAPIDJSON_ERROR_CHARTYPE[].
ParseErrorCode
Error code of parsing.
Invalid escape character in string.
Invalid encoding in string.
#define RAPIDJSON_ERROR_CHARTYPE
Character type of error messages.
Miss fraction part in number.
RAPIDJSON_NAMESPACE_BEGIN const RAPIDJSON_ERROR_CHARTYPE * GetParseError_En(ParseErrorCode parseErrorCode)
Maps error code of parsing into error message.