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.
2 parents 11b30c1 + ed03b61 commit 7c42c7fCopy full SHA for 7c42c7f
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