golang.org/x/net/http2.StreamError.Cause (field)
5 uses
golang.org/x/net/http2 (current package)
errors.go#L67: Cause error // optional additional detail
errors.go#L75: if e.Cause != nil {
errors.go#L76: return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
transport.go#L1830: if se.Cause == nil {
transport.go#L1831: se.Cause = cc.fr.errDetail
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |