Home
last modified time | relevance | path

Searched defs:StreamError (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/http2/
Derrors.go64 type StreamError struct { struct
65 StreamID uint32
66 Code ErrCode
67 Cause error // optional additional detail
74 func (e StreamError) Error() string {
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dtransport.go687 type StreamError struct { struct
688 Code codes.Code
689 Desc string
692 func (e StreamError) Error() string {
/external/ImageMagick/MagickCore/
Dexception.h62 StreamError = 440, enumerator
/external/python/cpython3/Lib/
Dtarfile.py285 class StreamError(TarError): class
/external/python/cpython2/Lib/
Dtarfile.py338 class StreamError(TarError): class