diff options
author | dave.adams (da490c) <dave.adams@amdocs.com> | 2017-05-24 17:08:10 -0400 |
---|---|---|
committer | dave.adams (da490c) <dave.adams@amdocs.com> | 2017-05-24 17:53:38 -0400 |
commit | f709acf2e6fc372ed36e0d2612a0b25ff1d582de (patch) | |
tree | 7fe2d851dec0baf8b0018c6bc692bca99fbb22f4 /src/main/resources/logging/RESTClientMsgs.properties | |
parent | 80fa392258c5ea6f88e99441630b7c303237b1d1 (diff) |
Update rest-client with additional operations
Change-Id: Ia19c5156d40c816dc1ee77cece92c43f40791c59
Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
Diffstat (limited to 'src/main/resources/logging/RESTClientMsgs.properties')
-rw-r--r-- | src/main/resources/logging/RESTClientMsgs.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/logging/RESTClientMsgs.properties b/src/main/resources/logging/RESTClientMsgs.properties index 9df0764..75d2b8d 100644 --- a/src/main/resources/logging/RESTClientMsgs.properties +++ b/src/main/resources/logging/RESTClientMsgs.properties @@ -55,3 +55,7 @@ HTTP_REQUEST_ERROR=\ HEALTH_CHECK_FAILURE=\ AC2003E|\ Failed to establish connection to {0} at {1}. Cause {2} + +CLIENT_INITIALIZATION_FAILURE=\ + AC2004E|\ + Failure to initialize rest client. Cause {0} |