Skip to content

Commit 41a55ef

Browse files
authored
Update internal/xerrors/operation.go
1 parent 713844c commit 41a55ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/xerrors/operation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func (e *operationError) Type() Type {
166166
Ydb.StatusIds_BAD_SESSION,
167167
Ydb.StatusIds_SESSION_BUSY:
168168
return TypeRetryable
169-
case
169+
case
170170
Ydb.StatusIds_UNDETERMINED,
171171
Ydb.StatusIds_SESSION_EXPIRED:
172172
return TypeConditionallyRetryable

0 commit comments

Comments
 (0)