From b820bf136e423860f3f89dfd2a79b465c58c236a Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Thu, 2 Jan 2025 11:46:59 -0800 Subject: [PATCH] Fix typo --- src/main/exception.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/exception.c b/src/main/exception.c index 4c681131e..7f3760962 100644 --- a/src/main/exception.c +++ b/src/main/exception.c @@ -111,7 +111,7 @@ struct exception_def exception_defs[] = { AEROSPIKE_ERR_ASYNC_CONNECTION, NULL), EXCEPTION_DEF("ClientAbortError", CLIENT_ERR_EXCEPTION_NAME, AEROSPIKE_ERR_CLIENT_ABORT, NULL), - EXCEPTION_DEF("TranactionFailed", CLIENT_ERR_EXCEPTION_NAME, + EXCEPTION_DEF("TransactionFailed", CLIENT_ERR_EXCEPTION_NAME, AEROSPIKE_TXN_FAILED, NULL), // Server errors EXCEPTION_DEF("InvalidRequest", SERVER_ERR_EXCEPTION_NAME,