type vendor/golang.org/x/net/http2/hpack.DecodingError

9 uses

	vendor/golang.org/x/net/http2/hpack (current package)
		hpack.go#L18: type DecodingError struct {
		hpack.go#L22: func (de DecodingError) Error() string {
		hpack.go#L238: 		return DecodingError{errors.New("truncated headers")}
		hpack.go#L334: 	return DecodingError{errors.New("invalid encoding")}
		hpack.go#L346: 		return DecodingError{InvalidIndexError(idx)}
		hpack.go#L366: 			return DecodingError{InvalidIndexError(nameIdx)}
		hpack.go#L416: 		return DecodingError{errors.New("dynamic table size update MUST occur at the beginning of a header block")}
		hpack.go#L425: 		return DecodingError{errors.New("dynamic table size update too large")}
		hpack.go#L432: var errVarintOverflow = DecodingError{errors.New("varint integer overflow")}