Expand description
Error types for the streaming toolkit.
Structs§
- Malformed
Json - Error produced by a
JsonSplitterrunning in strict mode when the byte stream violates top-level JSON framing — for example a stray closing bracket (}or]) at depth zero, as in}{"a":1}. - Truncated
Json - Error produced when a JSON byte stream ends while a top-level value is still
incomplete (see
JsonSplitter::finish).
Enums§
- Accumulate
Error - Errors produced while accumulating provider-specific streaming deltas.