Lines Matching refs:exception
278 …"[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::pa…
280 …"[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::pa…
282 …"[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::pa…
284 …"[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::pa…
293 …"[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_err…
295 …"[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_err…
298 …"[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_err…
300 …"[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_err…
303 …"[json.exception.parse_error.109] parse error: array index '+1' is not a number", json::parse_erro…
305 …"[json.exception.parse_error.109] parse error: array index '+1' is not a number", json::parse_erro…
308 … "[json.exception.out_of_range.404] unresolved reference token '1+1'", json::out_of_range&);
310 … "[json.exception.out_of_range.404] unresolved reference token '1+1'", json::out_of_range&);
315 …std::string throw_msg = std::string("[json.exception.out_of_range.404] unresolved reference token …
330 …std::string throw_msg = std::string("[json.exception.out_of_range.410] array index ") + too_large_…
339 …"[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_err…
341 …"[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_err…
349 …"[json.exception.parse_error.109] parse error: array index 'three' is not a number", json::parse_e…
357 … "[json.exception.out_of_range.402] array index '-' (3) is out of range", json::out_of_range&);
362 … "[json.exception.out_of_range.402] array index '-' (7) is out of range", json::out_of_range&);
364 … "[json.exception.out_of_range.402] array index '-' (3) is out of range", json::out_of_range&);
379 … "[json.exception.out_of_range.401] array index 3 is out of range", json::out_of_range&);
384 … "[json.exception.out_of_range.401] array index 5 is out of range", json::out_of_range&);
389 … "[json.exception.out_of_range.402] array index '-' (3) is out of range", json::out_of_range&);
391 … "[json.exception.out_of_range.402] array index '-' (3) is out of range", json::out_of_range&);
448 … "[json.exception.type_error.314] only objects can be unflattened", json::type_error&);
452 …CHECK_THROWS_WITH_AS(json({{"/1", {1, 2, 3}}}).unflatten(), "[json.exception.type_error.315] (/~11…
454 …CHECK_THROWS_WITH_AS(json({{"/1", {1, 2, 3}}}).unflatten(), "[json.exception.type_error.315] value…
460 … "[json.exception.type_error.313] invalid value to unflatten", json::type_error&);