Skip to content

Commit c11b1c2

Browse files
Alek5andr-KotovGazizonoki
authored andcommitted
Moved "the race between TEvLockStatus and TEvProposeTransaction" commit from ydb repo
1 parent 59a1386 commit c11b1c2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/api/protos/draft/persqueue_error_codes.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@ enum EErrorCode {
4949

5050
UNKNOWN_TXID = 30;
5151

52+
PRECONDITION_FAILED = 31;
53+
5254
ERROR = 100;
5355
}

src/api/protos/persqueue_error_codes_v1.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ enum ErrorCode {
5050

5151
UNKNOWN_TXID = 500030;
5252

53+
PRECONDITION_FAILED = 500031;
54+
5355
ERROR = 500100;
5456

5557
INVALID_ARGUMENT = 500040;

0 commit comments

Comments
 (0)