Skip to content

Commit 626e6c6

Browse files
authored
Merge pull request #956 from oracle/feature/PDPDEVTOOL-6199-fix-proxy-error-messages
PDPDEVTOOL-6199-fix-proxy-error-messages
2 parents 921a209 + 4a49509 commit 626e6c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/node-cli/messages.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,11 @@
286286
"SDK_DOWNLOAD_SERVICE_GET_TIMEOUT": "GET request timeout.",
287287
"SDK_DOWNLOAD_SERVICE_WRONG_DOWNLOAD_URL_PROTOCOL": "Invalid SDK jar file download url protocol. Only http: or https: are allowed.",
288288

289-
"DEV_ASSIST_PROXY_SERVICE_ERROR_MISSING_AUTH_ID": "The required parameter \"AuthId\" is missing.",
290-
"DEV_ASSIST_PROXY_SERVICE_ERROR_MISSING_PORT": "The required parameter \"Port\" is missing.",
291-
"DEV_ASSIST_PROXY_SERVICE_ERROR_PORT_MUST_BE_NUMBER" : "The required parameter \"Port\" must be a number.",
292-
"DEV_ASSIST_PROXY_SERVICE_NOT_EXISTING_AUTH_ID" : "AuthId {0} is not available",
293-
"DEV_ASSIST_PROXY_SERVICE_NEED_TO_REAUTHENTICATE" : "Manual re-authentication is needed. You’ll need to sign in again to continue.",
289+
"DEV_ASSIST_PROXY_SERVICE_ERROR_MISSING_AUTH_ID": "It looks like we're missing your auth ID. Add it and we'll continue.",
290+
"DEV_ASSIST_PROXY_SERVICE_ERROR_MISSING_PORT": "It looks like we're missing the port. Enter it and we'll continue.",
291+
"DEV_ASSIST_PROXY_SERVICE_ERROR_PORT_MUST_BE_NUMBER" : "The required parameter port must be a number. Correct it and we'll continue.",
292+
"DEV_ASSIST_PROXY_SERVICE_NOT_EXISTING_AUTH_ID" : "We couldn't find the auth ID \"{0}\". Check it and we'll continue.",
293+
"DEV_ASSIST_PROXY_SERVICE_NEED_TO_REAUTHENTICATE" : "Manual authentication is needed. Sign in again to continue.",
294294

295295
"UNIT_TEST_TEST_FAILED": "The tests failed.",
296296
"UNIT_TEST_TEST_FAILURES_PRESENT": "There are some Test failures. The deployment will not continue.",

0 commit comments

Comments
 (0)