📡 fix docs (#5217)

This commit is contained in:
Niels Lohmann
2026-06-29 22:15:18 +02:00
committed by GitHub
parent c37f82e563
commit c5b2b26fdc
93 changed files with 743 additions and 1209 deletions
+4 -1
View File
@@ -870,12 +870,15 @@ Key identifiers to be serialized to BSON cannot contain code point U+0000, since
### json.exception.out_of_range.410
Undefined json fields cannot be used with [`NLOHMANN_JSON_SERIALIZE_ENUM_STRICT`](../api/macros/nlohmann_json_serialize_enum_strict.md)
This exception is thrown when an undefined value is used with
[`NLOHMANN_JSON_SERIALIZE_ENUM_STRICT`](../api/macros/nlohmann_json_serialize_enum_strict.md), or when an array index in
a JSON pointer exceeds the range of `size_type` (e.g., on 32-bit platforms).
!!! failure "Example message"
```
enum value out of range
array index 18446744073709551616 exceeds size_type
```
## Further exceptions
File diff suppressed because it is too large Load Diff