Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into CLIENT-2992-python-3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 20, 2024
2 parents 5b0150b + a46024d commit f880d4b
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 f880d4b

Please sign in to comment.