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

Method Err

jetstream/publish.go:77–77  ·  view source on GitHub ↗

Err returns a receive only channel that can be used to get the error from an async publish.

()

Source from the content-addressed store, hash-verified

75
76 // Err returns a receive only channel that can be used to get the error from an async publish.
77 Err() <-chan error
78
79 // Msg returns the message that was sent to the server.
80 Msg() *nats.Msg

Callers 15

FetchMethod · 0.65
FetchBatchMethod · 0.65
PutMethod · 0.65
GetMethod · 0.65
ListMethod · 0.65
ReadMethod · 0.65
requestWithContextMethod · 0.65
nextMsgWithContextMethod · 0.65
FlushWithContextMethod · 0.65

Implementers 2

pubAckFuturejetstream/publish.go

Calls

no outgoing calls