We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a3543 commit ed03b61Copy full SHA for ed03b61
Src/ElasticScale.Client/ShardManagement/Utils/ExceptionUtils.cs
@@ -97,8 +97,8 @@ internal static ShardManagementException GetStoreExceptionGlobal(
97
category,
98
ShardManagementErrorCode.StorageOperationFailure,
99
Errors._Store_SqlExceptionGlobal,
100
- storeException.InnerException != null ? storeException.InnerException.Message : storeException.Message,
101
storeException,
+ storeException.InnerException != null ? storeException.InnerException.Message : storeException.Message,
102
operationName);
103
}
104
0 commit comments