We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966b334 commit a6de512Copy full SHA for a6de512
1 file changed
fit/Couchbase.Analytics.Performer/Internal/Utils/ExceptionExtensions.cs
@@ -1,6 +1,5 @@
1
using Couchbase.AnalyticsClient.Exceptions;
2
using Couchbase.Grpc.Protocol.Columnar;
3
-using Columnar_InvalidCredentialException = Couchbase.Grpc.Protocol.Columnar.InvalidCredentialException;
4
using InvalidCredentialException = Couchbase.AnalyticsClient.Exceptions.InvalidCredentialException;
5
using QueryException = Couchbase.AnalyticsClient.Exceptions.QueryException;
6
@@ -33,7 +32,7 @@ public static Error ToProtoError(this Exception exception)
33
32
};
34
}
35
36
- if (exception is Columnar_InvalidCredentialException)
+ if (exception is InvalidCredentialException)
37
{
38
columnarError.SubException = new SubColumnarError
39
0 commit comments