We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0fded commit 70b0bebCopy full SHA for 70b0beb
topic/topicreader/errors.go
@@ -16,13 +16,15 @@ import (
16
var ErrUnexpectedCodec = topicreaderinternal.PublicErrUnexpectedCodec
17
18
// ErrConcurrencyCall return if method on reader called in concurrency
19
+// client side must check error with errors.Is
20
//
21
// # Experimental
22
23
// Notice: This API is EXPERIMENTAL and may be changed or removed in a later release.
24
var ErrConcurrencyCall = xerrors.Wrap(errors.New("ydb: concurrency call denied"))
25
26
// ErrCommitToExpiredSession it is not fatal error and reader can continue work
27
28
29
30
0 commit comments