diff --git a/aerospike-client-c b/aerospike-client-c index c6e67c3a2..10e144219 160000 --- a/aerospike-client-c +++ b/aerospike-client-c @@ -1 +1 @@ -Subproject commit c6e67c3a2f37fc8ef85ea7fdd335fa05dfd5195e +Subproject commit 10e144219248fc7983d352e9024fc8194dc2b69e diff --git a/src/main/exception.c b/src/main/exception.c index 3702edf54..4f9a7ab0d 100644 --- a/src/main/exception.c +++ b/src/main/exception.c @@ -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),