Skip to content

Commit be3d12a

Browse files
committed
RI-7010: add logging for unidentified error responses
1 parent 452bf51 commit be3d12a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webviews/src/utils/core/errors.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export const parseCustomError = (err: CustomError | string = DEFAULT_ERROR_MESSA
198198
default:
199199
title = 'Error'
200200
message = err?.message || DEFAULT_ERROR_MESSAGE
201+
console.warn('Unidentified error response:', err)
201202
break
202203
}
203204

0 commit comments

Comments
 (0)