Skip to content

Commit 70b0beb

Browse files
committed
fix comment
1 parent 2f0fded commit 70b0beb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

topic/topicreader/errors.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ import (
1616
var ErrUnexpectedCodec = topicreaderinternal.PublicErrUnexpectedCodec
1717

1818
// ErrConcurrencyCall return if method on reader called in concurrency
19+
// client side must check error with errors.Is
1920
//
2021
// # Experimental
2122
//
2223
// Notice: This API is EXPERIMENTAL and may be changed or removed in a later release.
2324
var ErrConcurrencyCall = xerrors.Wrap(errors.New("ydb: concurrency call denied"))
2425

2526
// ErrCommitToExpiredSession it is not fatal error and reader can continue work
27+
// client side must check error with errors.Is
2628
//
2729
// # Experimental
2830
//

0 commit comments

Comments
 (0)