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 a212e04 commit 9a1888cCopy full SHA for 9a1888c
redisinsight/api/src/utils/catch-redis-errors.ts
@@ -116,11 +116,7 @@ export const catchRedisConnectionError = (
116
export const catchAclError = (error: ReplyError): HttpException => {
117
// todo: Move to other place after refactoring
118
if (
119
- error instanceof EncryptionServiceErrorException ||
120
- error instanceof NotFoundException ||
121
- error instanceof ConflictException ||
122
- error instanceof ServiceUnavailableException ||
123
- error instanceof RedisConnectionFailedException
+ error instanceof HttpException
124
) {
125
throw error;
126
}
0 commit comments