Searched defs:StreamError (Results 1 – 5 of 5) sorted by relevance
64 type StreamError struct { struct65 StreamID uint3266 Code ErrCode67 Cause error // optional additional detail74 func (e StreamError) Error() string {
687 type StreamError struct { struct688 Code codes.Code689 Desc string692 func (e StreamError) Error() string {
62 StreamError = 440, enumerator
285 class StreamError(TarError): class
338 class StreamError(TarError): class