type net/textproto.ProtocolError
10 uses
net/textproto (current package)
reader.go#L218: err = ProtocolError(fmt.Sprintf("short response: %q", line))
reader.go#L224: err = ProtocolError(fmt.Sprintf("invalid response code: %q", line))
reader.go#L256: err = ProtocolError(fmt.Sprintf("unexpected multi-line response: %q", message))
reader.go#L544: return m, ProtocolError(fmt.Sprintf("malformed MIME header initial line: %q", line))
reader.go#L556: return m, ProtocolError(fmt.Sprintf("malformed MIME header line: %q", kv))
reader.go#L560: return m, ProtocolError(fmt.Sprintf("malformed MIME header line: %q", kv))
reader.go#L564: return m, ProtocolError(fmt.Sprintf("malformed MIME header line: %q", kv))
reader.go#L612: return ProtocolError(fmt.Sprintf("malformed MIME header: missing colon: %q", line))
textproto.go#L49: type ProtocolError string
textproto.go#L51: func (p ProtocolError) Error() string {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |