type net/textproto.Error

4 uses

	net/textproto (current package)
		reader.go#L230: 		err = &Error{code, message}
		reader.go#L312: 		err = &Error{code, message}
		textproto.go#L38: type Error struct {
		textproto.go#L43: func (e *Error) Error() string {