MCPcopy
hub / github.com/nats-io/nats.go / LastError

Method LastError

enc.go:301–303  ·  view source on GitHub ↗

LastError reports the last error encountered via the Connection. Deprecated: Encoded connections are no longer supported.

()

Source from the content-addressed store, hash-verified

299//
300// Deprecated: Encoded connections are no longer supported.
301func (c *EncodedConn) LastError() error {
302 return c.Conn.LastError()
303}

Callers 1

TesEncodedConnRequestFunction · 0.95

Calls

no outgoing calls

Tested by 1

TesEncodedConnRequestFunction · 0.76