MCPcopy Create free account
hub / github.com/06chaynes/http-cache / StreamingError

Class StreamingError

http-cache/src/error.rs:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289/// Error type for streaming operations
290#[derive(Debug)]
291pub struct StreamingError {
292 inner: BoxError,
293 kind: StreamingErrorKind,
294}
295
296/// Different kinds of streaming errors for better error handling
297#[derive(Debug, Clone, Copy)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected