type net/textproto.Error

4 uses

	net/textproto (current package)
		reader.go#L214: 		err = &Error{code, message}
		reader.go#L290: 		err = &Error{code, message}
		textproto.go#L36: type Error struct {
		textproto.go#L41: func (e *Error) Error() string {