summaryrefslogtreecommitdiffstats
path: root/appc-common/src/main/java
diff options
context:
space:
mode:
authorTomek Kaminski <tomasz.kaminski@nokia.com>2018-02-22 16:51:03 +0100
committerPatrick Brady <pb071s@att.com>2018-02-22 18:09:17 +0000
commit8d0eb7ff441fbf6f6927b2d2a33c0a442c2fafec (patch)
tree8d03bb0931fbce2a94965b335fcefaa7cc0a18ab /appc-common/src/main/java
parent6cf060d13e4a06894db3050ed23e4e7667fb021f (diff)
EELF logging with error codes
Introduced error codes in error logging for compilancy with ONAP logging guidelines Change-Id: If0418a1ea8d91ea84be251df10ca81402fb78b41 Issue-ID: APPC-428 Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
Diffstat (limited to 'appc-common/src/main/java')
-rw-r--r--appc-common/src/main/java/org/onap/appc/i18n/Msg.java17
1 files changed, 16 insertions, 1 deletions
diff --git a/appc-common/src/main/java/org/onap/appc/i18n/Msg.java b/appc-common/src/main/java/org/onap/appc/i18n/Msg.java
index 2f22a692a..732628db9 100644
--- a/appc-common/src/main/java/org/onap/appc/i18n/Msg.java
+++ b/appc-common/src/main/java/org/onap/appc/i18n/Msg.java
@@ -817,7 +817,22 @@ public enum Msg implements EELFResolvableErrorEnum {
* Unsupported identity service version, unable to retrieve ServiceCatalog
* for identity service {0}
*/
- IAAS_UNSUPPORTED_IDENTITY_SERVICE
+ IAAS_UNSUPPORTED_IDENTITY_SERVICE,
+
+ /**
+ * Sftp data transfer failed on connection to host {0} with user {1} for {2} operation, reason : {3}
+ */
+ SFTP_TRANSFER_FAILED,
+
+ /**
+ * Ssh session with host {0} has timed out during command {1} execution
+ */
+ SSH_CONNECTION_TIMEOUT,
+
+ /**
+ * Could not configure existing ssh session, reason: {0}
+ */
+ SSH_SESSION_CONFIG_ERROR
;
/*
* Static initializer to ensure the resource bundles for this class are loaded...