LastError reports the last error encountered via the Connection. Deprecated: Encoded connections are no longer supported.
()
| 299 | // |
| 300 | // Deprecated: Encoded connections are no longer supported. |
| 301 | func (c *EncodedConn) LastError() error { |
| 302 | return c.Conn.LastError() |
| 303 | } |
no outgoing calls