diff options
Diffstat (limited to 'event-client-dmaap/src/main/resources/resources.properties')
-rw-r--r-- | event-client-dmaap/src/main/resources/resources.properties | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/event-client-dmaap/src/main/resources/resources.properties b/event-client-dmaap/src/main/resources/resources.properties new file mode 100644 index 0000000..b8cd27a --- /dev/null +++ b/event-client-dmaap/src/main/resources/resources.properties @@ -0,0 +1,38 @@ +#Resource key=Error Code|Message text|Resolution text |Description text +####### +#Newlines can be utilized to add some clarity ensuring continuing line +#has atleast one leading space +#ResourceKey=\ +# ERR0000E\ +# Sample error msg txt\ +# Sample resolution msg\ +# Sample description txt +# +###### +#Error code classification category +#100 Permission errors +#200 Availability errors/Timeouts +#300 Data errors +#400 Schema Interface type/validation errors +#500 Business process errors +#900 Unknown errors +# +######################################################################## + +MESSAGE_INFO=\ + |\ + {0}|\ + |\ + |\ + +MESSAGE_ERROR=\ + |\ + {0}|\ + |\ + |\ + +MESSAGE_WARN=\ + |\ + {0}|\ + |\ + |\
\ No newline at end of file |