type net/textproto.ProtocolError
8 uses
net/textproto (current package)
reader.go#L201: err = ProtocolError("short response: " + line)
reader.go#L207: err = ProtocolError("invalid response code: " + line)
reader.go#L237: err = ProtocolError("unexpected multi-line response: " + message)
reader.go#L503: return m, ProtocolError("malformed MIME header initial line: " + string(line))
reader.go#L515: return m, ProtocolError("malformed MIME header line: " + string(kv))
reader.go#L557: return ProtocolError(fmt.Sprintf("malformed MIME header: missing colon: %q", line))
textproto.go#L47: type ProtocolError string
textproto.go#L49: func (p ProtocolError) Error() string {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)