Skip to content

Commit

Permalink
[CLIENT-3121] Multi record transactions: raise error if using transac…
Browse files Browse the repository at this point in the history
…tion not in open state. Remove unused client exception "RollAlreadyAttempted" (#693)
  • Loading branch information
juliannguyen4 authored Nov 18, 2024
1 parent 6f2abe7 commit a46024d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/main/exception.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ struct exception_def exception_defs[] = {
AEROSPIKE_ERR_ASYNC_CONNECTION, NULL),
EXCEPTION_DEF("ClientAbortError", CLIENT_ERR_EXCEPTION_NAME,
AEROSPIKE_ERR_CLIENT_ABORT, NULL),
EXCEPTION_DEF("RollAlreadyAttempted", CLIENT_ERR_EXCEPTION_NAME,
AEROSPIKE_ROLL_ALREADY_ATTEMPTED, NULL),
// Server errors
EXCEPTION_DEF("InvalidRequest", SERVER_ERR_EXCEPTION_NAME,
AEROSPIKE_ERR_REQUEST_INVALID, NULL),
Expand Down

0 comments on commit a46024d

Please sign in to comment.