File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/rhoas/src/main/java/com/openshift/cloud/controllers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -257,11 +257,11 @@ public static String getStandarizedErrorMessage(int statusCode) {
257
257
case 503 : // SC_UNAVAILABILE
258
258
return "Service unavailable at the moment" ;
259
259
case 500 : // SC_INTERNAL_SERVER_ERROR:
260
- return "Unknown server error. " ;
260
+ return "Unknown server error" ;
261
261
case 400 : // HttpStatus.SC_BAD_REQUEST:
262
- return "Invalid request " ;
262
+ return "Provided user input is invalid " ;
263
263
case 401 : // HttpStatus.SC_UNAUTHORIZED:
264
- return "Auth Token is invalid. " ;
264
+ return "Cannot authenticate user with the service " ;
265
265
case 403 : // HttpStatus.SC_FORBIDDEN:
266
266
return "User not authorized to access the service" ;
267
267
default :
You can’t perform that action at this time.
0 commit comments