Lines Matching refs:parse_error
90 …bool parse_error(std::size_t /*unused*/, const std::string& /*unused*/, const json::exception& /*u… in parse_error() function in __anon7d8620350111::SaxCountdown
973 …r at byte 2: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
979 …r at byte 3: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1649 …or at byte 1: syntax error while parsing CBOR value: unexpected end of input", json::parse_error&);
1656 …r at byte 2: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1657 …r at byte 2: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1658 …r at byte 3: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1659 …r at byte 2: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1660 …r at byte 3: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1661 …r at byte 4: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1662 …r at byte 5: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1663 …r at byte 2: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1664 …r at byte 3: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1665 …r at byte 4: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1666 …r at byte 5: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1667 …r at byte 6: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1668 …r at byte 7: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1669 …r at byte 8: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1670 …r at byte 9: syntax error while parsing CBOR number: unexpected end of input", json::parse_error&);
1671 …r at byte 2: syntax error while parsing CBOR string: unexpected end of input", json::parse_error&);
1672 …r at byte 3: syntax error while parsing CBOR string: unexpected end of input", json::parse_error&);
1673 …r at byte 2: syntax error while parsing CBOR string: unexpected end of input", json::parse_error&);
1674 …r at byte 3: syntax error while parsing CBOR string: unexpected end of input", json::parse_error&);
1675 …or at byte 3: syntax error while parsing CBOR value: unexpected end of input", json::parse_error&);
1676 …or at byte 3: syntax error while parsing CBOR value: unexpected end of input", json::parse_error&);
1677 …r at byte 5: syntax error while parsing CBOR string: unexpected end of input", json::parse_error&);
1678 …or at byte 4: syntax error while parsing CBOR value: unexpected end of input", json::parse_error&);
1679 …or at byte 4: syntax error while parsing CBOR value: unexpected end of input", json::parse_error&);
1680 …r at byte 2: syntax error while parsing CBOR binary: unexpected end of input", json::parse_error&);
1681 …fication (0x40-0x5B) or indefinite binary array type (0x5F); last byte: 0x00", json::parse_error&);
1682 …r at byte 2: syntax error while parsing CBOR binary: unexpected end of input", json::parse_error&);
1718 …e error at byte 1: syntax error while parsing CBOR value: invalid byte: 0x1C", json::parse_error&);
1721 …e error at byte 1: syntax error while parsing CBOR value: invalid byte: 0xF8", json::parse_error&);
1766 …WS_AS(_ = json::from_cbor(std::vector<uint8_t>({static_cast<uint8_t>(byte)})), json::parse_error&);
1775 … specification (0x60-0x7B) or indefinite string type (0x7F); last byte: 0xFF", json::parse_error&);
1792 …yntax error while parsing CBOR value: expected end of input; last byte: 0xF6", json::parse_error&);
1921 catch (const json::parse_error&) in CAPTURE()
1927 catch (const json::parse_error&)
2228 catch (const json::parse_error& e)
2481 CHECK_THROWS_AS(_ = json::from_cbor(v_tagged), json::parse_error);
2482 …_AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::error), json::parse_error);
2504 CHECK_THROWS_AS(_ = json::from_cbor(v_tagged), json::parse_error);
2505 …_AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::error), json::parse_error);
2520 CHECK_THROWS_AS(_ = json::from_cbor(v_tagged), json::parse_error);
2521 …_AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::error), json::parse_error);
2522 …AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::ignore), json::parse_error);
2538 CHECK_THROWS_AS(_ = json::from_cbor(v_tagged), json::parse_error);
2539 …_AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::error), json::parse_error);
2555 CHECK_THROWS_AS(_ = json::from_cbor(v_tagged), json::parse_error);
2556 …_AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::error), json::parse_error);
2557 …AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::ignore), json::parse_error);
2575 CHECK_THROWS_AS(_ = json::from_cbor(v_tagged), json::parse_error);
2576 …_AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::error), json::parse_error);
2594 CHECK_THROWS_AS(_ = json::from_cbor(v_tagged), json::parse_error);
2595 …_AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::error), json::parse_error);
2596 …AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::ignore), json::parse_error);
2618 CHECK_THROWS_AS(_ = json::from_cbor(v_tagged), json::parse_error);
2619 …_AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::error), json::parse_error);
2641 CHECK_THROWS_AS(_ = json::from_cbor(v_tagged), json::parse_error);
2642 …_AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::error), json::parse_error);
2643 …AS(_ = json::from_cbor(v_tagged, true, true, json::cbor_tag_handler_t::ignore), json::parse_error);
2659 …se error at byte 9: syntax error while parsing CBOR value: invalid byte: 0xD8", json::parse_error);