Skip to content

Commit 8085e8c

Browse files
Merge pull request #3737 from RedisInsight/bugfix/rdi-error-messages
enhance rdi error massage
2 parents 8f2dd5a + d06141a commit 8085e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/utils/errors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const parseCustomError = (err: CustomError | string = DEFAULT_ERROR_MESSA
177177

178178
case CustomErrorCodes.RdiDeployPipelineFailure:
179179
title = 'Pipeline not deployed'
180-
message = 'Unfortunately we’ve found some errors in your pipeline.'
180+
message = err?.message || 'Unfortunately we’ve found some errors in your pipeline.'
181181
additionalInfo.errorCode = err.errorCode
182182
break
183183

0 commit comments

Comments
 (0)