[AAI-818] Adding a Synapse policy for chameleon.
[aai/data-router.git] / src / main / resources / logging / QueryMsgs.properties
1 #Resource key=Error Code|Message text|Resolution text |Description text
2 #######
3 #Newlines can be utilized to add some clarity ensuring continuing line
4 #has atleast one leading space
5 #ResourceKey=\
6 #             ERR0000E\
7 #             Sample error msg txt\
8 #             Sample resolution msg\
9 #             Sample description txt
10 #
11 ######
12 #Error code classification category
13 #000  Info/Debug
14 #100  Permission errors
15 #200  Availability errors/Timeouts
16 #300  Data errors
17 #400  Schema Interface type/validation errors
18 #500  Business process errors
19 #900  Unknown errors
20 #
21 ########################################################################
22
23
24
25 QUERY_INFO=\
26          DR0013I|\
27          QueryRouter Info: {0}
28 QUERY_ERROR=\
29          DR0013E|\
30          QueryRouter Error: {0}
31