Skip to main content

Module error

Module error 

Source
Expand description

Error types for the streaming toolkit.

Structs§

MalformedJson
Error produced by a JsonSplitter running 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}.
TruncatedJson
Error produced when a JSON byte stream ends while a top-level value is still incomplete (see JsonSplitter::finish).

Enums§

AccumulateError
Errors produced while accumulating provider-specific streaming deltas.