-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patherror.json
More file actions
executable file
·190 lines (190 loc) · 6.42 KB
/
error.json
File metadata and controls
executable file
·190 lines (190 loc) · 6.42 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"errors": [
{
"key": "Unable To Save To Database",
"icode": "AD.100",
"displayString": "Error on saving to Database $VARIABLE$",
"recommendation": "Verify the database connectivity and credentials"
},
{
"key": "Database Error",
"icode": "AD.101",
"displayString": "Database Error: $VARIABLE$",
"recommendation": "Verify the database connectivity, schema and permissions"
},
{
"key": "Database Credentials",
"icode": "AD.102",
"displayString": "Database Error: Invalid Credentials",
"recommendation": "Verify the database credentials"
},
{
"key": "No Queue Item",
"icode": "AD.110",
"displayString": "Queue Item $VARIABLE$ not found in queue",
"recommendation": "Make sure the queue is working properly"
},
{
"key": "Unable To Create Queue",
"icode": "AD.111",
"displayString": "Unable to create queue: $VARIABLE$",
"recommendation": "Verify access to the database, redis or system memory"
},
{
"key": "Queue Full",
"icode": "AD.112",
"displayString": "Request $VARIABLE$ Transaction $VARIABLE$ rejected - queue full at $VARIABLE$",
"recommendation": "Make sure the queue is working properly"
},
{
"key": "Unable To Clear Queue",
"icode": "AD.113",
"displayString": "Unable to clear queue: $VARIABLE$",
"recommendation": "Make sure the queue exists"
},
{
"key": "Unable To Claim Turn",
"icode": "AD.114",
"displayString": "Request $VARIABLE$ Transaction $VARIABLE$ unable to claim license: $VARIABLE$",
"recommendation": "Make sure the queue is working properly"
},
{
"key": "Unable To Free Turn",
"icode": "AD.115",
"displayString": "Request $VARIABLE$ Transaction $VARIABLE$ unable to free license: $VARIABLE$",
"recommendation": "Make sure the queue is working properly"
},
{
"key": "Item In Wrong State",
"icode": "AD.116",
"displayString": "Queue item is in the wrong state: $VARIABLE$ ",
"recommendation": "Make sure the queue is working properly"
},
{
"key": "Missing Data",
"icode": "AD.300",
"displayString": "$VARIABLE$ is required",
"recommendation": "Please provide the required data"
},
{
"key": "Missing File",
"icode": "AD.301",
"displayString": "Can not open file $VARIABLE$",
"recommendation": "Verify the file exists and has proper permissions"
},
{
"key": "Invalid Action File",
"icode": "AD.302",
"displayString": "Invalid action file: $VARIABLE$ in $VARIABLE$",
"recommendation": "Verify the action file"
},
{
"key": "Unsupported Protocol",
"icode": "AD.303",
"displayString": "Protocol $VARIABLE$ not currently supported",
"recommendation": "Verify the protocol on the action"
},
{
"key": "Invalid Schema File",
"icode": "AD.304",
"displayString": "Invalid schema file: $VARIABLE$ in $VARIABLE$",
"recommendation": "Verify the action file"
},
{
"key": "Invalid Properties",
"icode": "AD.305",
"displayString": "Invalid properties: $VARIABLE$",
"recommendation": "Verify the properties for the adapter"
},
{
"key": "Missing Properties",
"icode": "AD.306",
"displayString": "Property $VARIABLE$ is required",
"recommendation": "Please provide the required property"
},
{
"key": "Query Not Translated",
"icode": "AD.310",
"displayString": "Query Not Translated",
"recommendation": "Verify the information passed in the query object"
},
{
"key": "Payload Not Translated",
"icode": "AD.311",
"displayString": "Payload Not Translated",
"recommendation": "Verify the information passed in the payload object"
},
{
"key": "Schema Validation Failure",
"icode": "AD.312",
"displayString": "Schema validation failed on $VARIABLE$",
"recommendation": "Verify the information provided is in the correct format with everything required"
},
{
"key": "Entity Cache Not Loading",
"icode": "AD.320",
"displayString": "Could not load entity: $VARIABLE$, into cache",
"recommendation": "Verify the cache is working properly"
},
{
"key": "Error Verifying Entity Cache",
"icode": "AD.321",
"displayString": "Could not verify entity in cache",
"recommendation": "Verify the cache is working properly"
},
{
"key": "Unable To Authenticate",
"icode": "AD.400",
"displayString": "Unable to authenticate with $VARIABLE$, response $VARIABLE$",
"recommendation": "Verify the user credentials and check the response for more information"
},
{
"key": "Unable To Encode",
"icode": "AD.401",
"displayString": "Can not perform base64 encoding on $VARIABLE$",
"recommendation": "Check the authentication format"
},
{
"key": "Unable To Get Token",
"icode": "AD.402",
"displayString": "Unable to get token for user: $VARIABLE$",
"recommendation": "Verify the user credentials and the system information"
},
{
"key": "Error On Request",
"icode": "AD.500",
"displayString": "Error $VARIABLE$ received on request",
"recommendation": "Verify the request is accurate via debug logs and postman"
},
{
"key": "Request Timeout",
"icode": "AD.501",
"displayString": "The Adapter has run out of time for the request",
"recommendation": "Increase your adapter request.attempt_timeout property"
},
{
"key": "Invalid Response",
"icode": "AD.502",
"displayString": "Invalid response received for $VARIABLE$",
"recommendation": "Verify the request is accurate via debug logs and postman"
},
{
"key": "Failure Response",
"icode": "AD.503",
"displayString": "Failure response received for $VARIABLE$",
"recommendation": "Check the reason for failure in the stack trace"
},
{
"key": "Suspended Adapter",
"icode": "AD.600",
"displayString": "Adapter is suspended",
"recommendation": "Check if external system is functional and unsuspend if appropriate"
},
{
"key": "Caught Exception",
"icode": "AD.900",
"displayString": "Caught Exception $VARIABLE$",
"recommendation": "Evaluate why the exception took place"
}
]
}