1- {
2- "CodeMessage":[
3- {
4- "100":"HTTP/1.1 100 Continue",
5- "101":"HTTP/1.1 101 Switching Protocols",
6- "102":"HTTP/1.1 102 Processing"
7- }
8- ],
9- "CodeSuccess":[
10- {
11- "200":"HTTP/1.1 200 OK",
12- "201":"HTTP/1.1 201 Created",
13- "202":"HTTP/1.1 202 Accepted",
14- "203":"HTTP/1.1 203 Non-Authoritative Information",
15- "204":"HTTP/1.1 204 No Content",
16- "205":"HTTP/1.1 205 Reset Content",
17- "206":"HTTP/1.1 206 Partial Content"
18- }
19- ],
20- "CodeRedirect":[
21- {
22- "300":"HTTP/1.1 300 Multiple Choices",
23- "301":"HTTP/1.1 301 Moved Permanently",
24- "302":"HTTP/1.1 302 Move temporarily",
25- "303":"HTTP/1.1 303 See Other",
26- "304":"HTTP/1.1 304 Not Modified",
27- "305":"HTTP/1.1 305 Use Proxy",
28- "306":"HTTP/1.1 306 Switch Proxy"
29- }
30- ],
31- "CodeRequestFail":[
32- {
33- "400":"HTTP/1.1 400 Bad Request",
34- "401":"HTTP/1.1 401 Payment Required",
35- "402":"HTTP/1.1 402 Unauthorized",
36- "403":"HTTP/1.1 403 Forbidden",
37- "404":"HTTP/1.1 404 Not Found",
38- "405":"HTTP/1.1 405 Method Not Allowed",
39- "406":"HTTP/1.1 406 Not Acceptable",
40- "407":"HTTP/1.1 407 Proxy Authentication Required",
41- "408":"HTTP/1.1 408 Request Timeout",
42- "409":"HTTP/1.1 409 Conflict",
43- "410":"HTTP/1.1 410 Gone",
44- "411":"HTTP/1.1 411 Length Required",
45- "412":"HTTP/1.1 412 Precondition Failed",
46- "413":"HTTP/1.1 413 Request Entity Too Large",
47- "414":"HTTP/1.1 414 Request-URI Too Long",
48- "415":"HTTP/1.1 415 Unsupported Media Type",
49- "416":"HTTP/1.1 416 Requested Range Not Satisfiable",
50- "417":"HTTP/1.1 417 Expectation Failed",
51- "421":"HTTP/1.1 421 too many connections",
52- "422":"HTTP/1.1 422 Unprocessable Entity",
53- "423":"HTTP/1.1 423 Locked",
54- "424":"HTTP/1.1 424 Failed Dependency",
55- "425":"HTTP/1.1 425 Unordered Collection",
56- "426":"HTTP/1.1 426 Upgrade Required",
57- "449":"HTTP/1.1 449 Retry With",
58- "451":"HTTP/1.1 451 Unavailable For Legal Reasons"
59- }
60- ],
61- "CodeServerFail":[
62- {
63- "500":"HTTP/1.1 500 Internal Server Error",
64- "501":"HTTP/1.1 501 Not Implemented",
65- "502":"HTTP/1.1 502 Bad Gateway",
66- "503":"HTTP/1.1 503 Service Unavailable",
67- "504":"HTTP/1.1 504 Gateway Timeout",
68- "505":"HTTP/1.1 505 HTTP Version Not Supported",
69- "506":"HTTP/1.1 506 Variant Also Negotiates",
70- "507":"HTTP/1.1 507 Insufficient Storage",
71- "508":"HTTP/1.1 509 Bandwidth Limit Exceeded",
72- "600":"HTTP/1.1 600 Unparseable Response Headers"
73- }
74- ],
75- "CodeUser":[
76- {
77- "1001":"HTTP/1.1 1001 XyRy Auth Ok",
78- "1002":"HTTP/1.1 1002 XyRy Auth Failed"
79- }
80- ]
81- }
1+ //CodeMessage
2+ 100:HTTP/1.1 100 Continue
3+ 101:HTTP/1.1 101 Switching Protocols
4+ 102:HTTP/1.1 102 Processing
5+ //CodeSuccess
6+ 200:HTTP/1.1 200 OK
7+ 201:HTTP/1.1 201 Created
8+ 202:HTTP/1.1 202 Accepted
9+ 203:HTTP/1.1 203 Non-Authoritative Information
10+ 204:HTTP/1.1 204 No Content
11+ 205:HTTP/1.1 205 Reset Content
12+ 206:HTTP/1.1 206 Partial Content
13+ //CodeRedirect
14+ 300:HTTP/1.1 300 Multiple Choices
15+ 301:HTTP/1.1 301 Moved Permanently
16+ 302:HTTP/1.1 302 Move temporarily
17+ 303:HTTP/1.1 303 See Other
18+ 304:HTTP/1.1 304 Not Modified
19+ 305:HTTP/1.1 305 Use Proxy
20+ 306:HTTP/1.1 306 Switch Proxy
21+ //CodeRequestFail
22+ 400:HTTP/1.1 400 Bad Request
23+ 401:HTTP/1.1 401 Payment Required
24+ 402:HTTP/1.1 402 Unauthorized
25+ 403:HTTP/1.1 403 Forbidden
26+ 404:HTTP/1.1 404 Not Found
27+ 405:HTTP/1.1 405 Method Not Allowed
28+ 406:HTTP/1.1 406 Not Acceptable
29+ 407:HTTP/1.1 407 Proxy Authentication Required
30+ 408:HTTP/1.1 408 Request Timeout
31+ 409:HTTP/1.1 409 Conflict
32+ 410:HTTP/1.1 410 Gone
33+ 411:HTTP/1.1 411 Length Required
34+ 412:HTTP/1.1 412 Precondition Failed
35+ 413:HTTP/1.1 413 Request Entity Too Large
36+ 414:HTTP/1.1 414 Request-URI Too Long
37+ 415:HTTP/1.1 415 Unsupported Media Type
38+ 416:HTTP/1.1 416 Requested Range Not Satisfiable
39+ 417:HTTP/1.1 417 Expectation Failed
40+ 421:HTTP/1.1 421 too many connections
41+ 422:HTTP/1.1 422 Unprocessable Entity
42+ 423:HTTP/1.1 423 Locked
43+ 424:HTTP/1.1 424 Failed Dependency
44+ 425:HTTP/1.1 425 Unordered Collection
45+ 426:HTTP/1.1 426 Upgrade Required
46+ 449:HTTP/1.1 449 Retry With
47+ 451:HTTP/1.1 451 Unavailable For Legal Reasons
48+ //CodeServerFail
49+ 500:HTTP/1.1 500 Internal Server Error
50+ 501:HTTP/1.1 501 Not Implemented
51+ 502:HTTP/1.1 502 Bad Gateway
52+ 503:HTTP/1.1 503 Service Unavailable
53+ 504:HTTP/1.1 504 Gateway Timeout
54+ 505:HTTP/1.1 505 HTTP Version Not Supported
55+ 506:HTTP/1.1 506 Variant Also Negotiates
56+ 507:HTTP/1.1 507 Insufficient Storage
57+ 508:HTTP/1.1 509 Bandwidth Limit Exceeded
58+ 600:HTTP/1.1 600 Unparseable Response Headers
59+ //CodeUser
60+ 1001:HTTP/1.1 1001 XEngine Auth Ok
61+ 1002:HTTP/1.1 1002 XEngine Auth Failed
0 commit comments