summaryrefslogtreecommitdiffstats
path: root/etc/ExceptionConfig.json
blob: 1345cdcd07d7e327ef772fee1c0a3897e81697ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
	"code" : {
	  "200" : 
	  	[
	  		{
			"Reason" : "OK",
			"ErrorCode": ["OK","Event message has been accepted"]
			}
	         ],

	  "204": [ 
	  		{
			"Reason" : "Accepted",
			"ErrorCode": ["OK","Event message has been accepted"]
			}
		],
       	   "400" :  
       	   	[ 
	       	   	{
	    			"Reason" : "BadParameter",
					"ErrorCode": ["SVC0002","Bad Parameter"	]
				},
				
				{
					"Reason" : "Error",
					"ErrorCode": ["SVC2000","General Service Error with details"]
				},
				{
					"Reason" : "exceeded",
					"ErrorCode": ["POL9003","Message content size exceeded"	]
				}
		
		 ],
	    "401" : 
	    	[
	    		{
					"Reason" : "Unauthorized",
					"ErrorCode": ["POL2000","Unauthorized user"]
			}
		]
	}				
}