MCPcopy
hub / github.com/IBM/sarama / Wrap

Function Wrap

errors.go:141–143  ·  view source on GitHub ↗
(sentinel error, wrapped ...error)

Source from the content-addressed store, hash-verified

139}
140
141func Wrap(sentinel error, wrapped ...error) sentinelError {
142 return sentinelError{sentinel: sentinel, wrapped: errors.Join(wrapped...)}
143}
144
145// PacketEncodingError is returned from a failure while encoding a Kafka packet. This can happen, for example,
146// if you try to encode a string over 2^15 characters in length, since Kafka's encoding rules do not permit that.

Callers 13

CreateAclsMethod · 0.85
authenticateViaSASLv1Method · 0.85
TestTxnOffsetsCommitFunction · 0.85
DeleteRecordsMethod · 0.85
InitProducerIDMethod · 0.85
tryRefreshMetadataMethod · 0.85
findCoordinatorMethod · 0.85
publishOffsetsToTxnMethod · 0.85

Calls

no outgoing calls