IncompleteReadError

Incomplete read error.

Constructors

this
this(const(void)[] partial, size_t expected, string file, size_t line, Throwable next)
Undocumented in source.

Members

Variables

expected
size_t expected;

Total number of expected bytes.

partial
const(void)[] partial;

Read bytes string before the end of stream was reached.

Meta