ErrorInputStream

An input stream that always returns an error response.

struct ErrorInputStream (
T
) {}

Members

Functions

readFromStream
StreamResult readFromStream(T[] buffer)

Always emits an error response when called.

Meta