Skip to content

Commit

Permalink
rm unused client error
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Nov 18, 2024
1 parent 5feee8f commit 3f31324
Showing 1 changed file with 0 additions and 2 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 3f31324

Please sign in to comment.