-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathmessages.json
565 lines (565 loc) · 19.5 KB
/
messages.json
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
{
"0000": "Success",
"0001": "General error",
"0002": "Unknown packet",
"0003": "Unknown version in packet",
"0004": "Invalid public key algorithm",
"0005": "Invalid digest algorithm",
"0006": "Bad public key",
"0007": "Bad secret key",
"0008": "Bad signature",
"0009": "No public key",
"000A": "Checksum error",
"000B": "Bad passphrase",
"000C": "Invalid cipher algorithm",
"000D": "Cannot open keyring",
"000E": "Invalid packet",
"000F": "Invalid armor",
"0010": "No user ID",
"0011": "No secret key",
"0012": "Wrong secret key used",
"0013": "Bad session key",
"0014": "Unknown compression algorithm",
"0015": "Number is not prime",
"0016": "Invalid encoding method",
"0017": "Invalid encryption scheme",
"0018": "Invalid signature scheme",
"0019": "Invalid attribute",
"001A": "No value",
"001B": "Not found",
"001C": "Value not found",
"001D": "Syntax error",
"001E": "Bad MPI value",
"001F": "Invalid passphrase",
"0020": "Invalid signature class",
"0021": "Resources exhausted",
"0022": "Invalid keyring",
"0023": "Trust DB error",
"0024": "Bad certificate",
"0025": "Invalid user ID",
"0026": "Unexpected error",
"0027": "Time conflict",
"0028": "Keyserver error",
"0029": "Wrong public key algorithm",
"002A": "Tribute to D. A.",
"002B": "Weak encryption key",
"002C": "Invalid key length",
"002D": "Invalid argument",
"002E": "Syntax error in URI",
"002F": "Invalid URI",
"0030": "Network error",
"0031": "Unknown host",
"0032": "Selftest failed",
"0033": "Data not encrypted",
"0034": "Data not processed",
"0035": "Unusable public key",
"0036": "Unusable secret key",
"0037": "Invalid value",
"0038": "Bad certificate chain",
"0039": "Missing certificate",
"003A": "No data",
"003B": "Bug",
"003C": "Not supported",
"003D": "Invalid operation code",
"003E": "Timeout",
"003F": "Internal error",
"0040": "EOF (gcrypt)",
"0041": "Invalid object",
"0042": "Provided object is too short",
"0043": "Provided object is too large",
"0044": "Missing item in object",
"0045": "Not implemented",
"0046": "Conflicting use",
"0047": "Invalid cipher mode",
"0048": "Invalid flag",
"0049": "Invalid handle",
"004A": "Result truncated",
"004B": "Incomplete line",
"004C": "Invalid response",
"004D": "No agent running",
"004E": "Agent error",
"004F": "Invalid data",
"0050": "Unspecific Assuan server fault",
"0051": "General Assuan error",
"0052": "Invalid session key",
"0053": "Invalid S-expression",
"0054": "Unsupported algorithm",
"0055": "No pinentry",
"0056": "pinentry error",
"0057": "Bad PIN",
"0058": "Invalid name",
"0059": "Bad data",
"005A": "Invalid parameter",
"005B": "Wrong card",
"005C": "No dirmngr",
"005D": "dirmngr error",
"005E": "Certificate revoked",
"005F": "No CRL known",
"0060": "CRL too old",
"0061": "Line too long",
"0062": "Not trusted",
"0063": "Operation cancelled",
"0064": "Bad CA certificate",
"0065": "Certificate expired",
"0066": "Certificate too young",
"0067": "Unsupported certificate",
"0068": "Unknown S-expression",
"0069": "Unsupported protection",
"006A": "Corrupted protection",
"006B": "Ambiguous name",
"006C": "Card error",
"006D": "Card reset required",
"006E": "Card removed",
"006F": "Invalid card",
"0070": "Card not present",
"0071": "No PKCS15 application",
"0072": "Not confirmed",
"0073": "Configuration error",
"0074": "No policy match",
"0075": "Invalid index",
"0076": "Invalid ID",
"0077": "No SmartCard daemon",
"0078": "SmartCard daemon error",
"0079": "Unsupported protocol",
"007A": "Bad PIN method",
"007B": "Card not initialized",
"007C": "Unsupported operation",
"007D": "Wrong key usage",
"007E": "Nothing found",
"007F": "Wrong blob type",
"0080": "Missing value",
"0081": "Hardware problem",
"0082": "PIN blocked",
"0083": "Conditions of use not satisfied",
"0084": "PINs are not synced",
"0085": "Invalid CRL",
"0086": "BER error",
"0087": "Invalid BER",
"0088": "Element not found",
"0089": "Identifier not found",
"008A": "Invalid tag",
"008B": "Invalid length",
"008C": "Invalid key info",
"008D": "Unexpected tag",
"008E": "Not DER encoded",
"008F": "No CMS object",
"0090": "Invalid CMS object",
"0091": "Unknown CMS object",
"0092": "Unsupported CMS object",
"0093": "Unsupported encoding",
"0094": "Unsupported CMS version",
"0095": "Unknown algorithm",
"0096": "Invalid crypto engine",
"0097": "Public key not trusted",
"0098": "Decryption failed",
"0099": "Key expired",
"009A": "Signature expired",
"009B": "Encoding problem",
"009C": "Invalid state",
"009D": "Duplicated value",
"009E": "Missing action",
"009F": "ASN.1 module not found",
"00A0": "Invalid OID string",
"00A1": "Invalid time",
"00A2": "Invalid CRL object",
"00A3": "Unsupported CRL version",
"00A4": "Invalid certificate object",
"00A5": "Unknown name",
"00A6": "A locale function failed",
"00A7": "Not locked",
"00A8": "Protocol violation",
"00A9": "Invalid MAC",
"00AA": "Invalid request",
"00AB": "Unknown extension",
"00AC": "Unknown critical extension",
"00AD": "Locked",
"00AE": "Unknown option",
"00AF": "Unknown command",
"00B0": "Not operational",
"00B1": "No passphrase given",
"00B2": "No PIN given",
"00B3": "Not enabled",
"00B4": "No crypto engine",
"00B5": "Missing key",
"00B6": "Too many objects",
"00B7": "Limit reached",
"00B8": "Not initialized",
"00B9": "Missing issuer certificate",
"00BA": "No keyserver available",
"00BB": "Invalid elliptic curve",
"00BC": "Unknown elliptic curve",
"00BD": "Duplicated key",
"00BE": "Ambiguous result",
"00BF": "No crypto context",
"00C0": "Wrong crypto context",
"00C1": "Bad crypto context",
"00C2": "Conflict in the crypto context",
"00C3": "Broken public key",
"00C4": "Broken secret key",
"00C5": "Invalid MAC algorithm",
"00C6": "Operation fully cancelled",
"00C7": "Operation not yet finished",
"00C8": "Buffer too short",
"00C9": "Invalid length specifier in S-expression",
"00CA": "String too long in S-expression",
"00CB": "Unmatched parentheses in S-expression",
"00CC": "S-expression not canonical",
"00CD": "Bad character in S-expression",
"00CE": "Bad quotation in S-expression",
"00CF": "Zero prefix in S-expression",
"00D0": "Nested display hints in S-expression",
"00D1": "Unmatched display hints",
"00D2": "Unexpected reserved punctuation in S-expression",
"00D3": "Bad hexadecimal character in S-expression",
"00D4": "Odd hexadecimal numbers in S-expression",
"00D5": "Bad octal character in S-expression",
"00D9": "All subkeys are expired or revoked",
"00DA": "Database is corrupted",
"00DB": "Server indicated a failure",
"00DC": "No name",
"00DD": "No key",
"00DE": "Legacy key",
"00DF": "Request too short",
"00E0": "Request too long",
"00E1": "Object is in termination state",
"00E2": "No certificate chain",
"00E3": "Certificate is too large",
"00E4": "Invalid record",
"00E5": "The MAC does not verify",
"00E6": "Unexpected message",
"00E7": "Compression or decompression failed",
"00E8": "A counter would wrap",
"00E9": "Fatal alert message received",
"00EA": "No cipher algorithm",
"00EB": "Missing client certificate",
"00EC": "Close notification received",
"00ED": "Ticket expired",
"00EE": "Bad ticket",
"00EF": "Unknown identity",
"00F0": "Bad certificate message in handshake",
"00F1": "Bad certificate request message in handshake",
"00F2": "Bad certificate verify message in handshake",
"00F3": "Bad change cipher message in handshake",
"00F4": "Bad client hello message in handshake",
"00F5": "Bad server hello message in handshake",
"00F6": "Bad server hello done message in handshake",
"00F7": "Bad finished message in handshake",
"00F8": "Bad server key exchange message in handshake",
"00F9": "Bad client key exchange message in handshake",
"00FA": "Bogus string",
"00FB": "Forbidden",
"00FC": "Key disabled",
"00FD": "Not possible with a card based key",
"00FE": "Invalid lock object",
"00FF": "True",
"0100": "False",
"0101": "General IPC error",
"0102": "IPC accept call failed",
"0103": "IPC connect call failed",
"0104": "Invalid IPC response",
"0105": "Invalid value passed to IPC",
"0106": "Incomplete line passed to IPC",
"0107": "Line passed to IPC too long",
"0108": "Nested IPC commands",
"0109": "No data callback in IPC",
"010A": "No inquire callback in IPC",
"010B": "Not an IPC server",
"010C": "Not an IPC client",
"010D": "Problem starting IPC server",
"010E": "IPC read error",
"010F": "IPC write error",
"0111": "Too much data for IPC layer",
"0112": "Unexpected IPC command",
"0113": "Unknown IPC command",
"0114": "IPC syntax error",
"0115": "IPC call has been cancelled",
"0116": "No input source for IPC",
"0117": "No output source for IPC",
"0118": "IPC parameter error",
"0119": "Unknown IPC inquire",
"012C": "Crypto engine too old",
"012D": "Screen or window too small",
"012E": "Screen or window too large",
"012F": "Required environment variable not set",
"0130": "User ID already exists",
"0131": "Name already exists",
"0132": "Duplicated name",
"0133": "Object is too young",
"0134": "Object is too old",
"0135": "Unknown flag",
"0136": "Invalid execution order",
"0137": "Already fetched",
"0138": "Try again later",
"0139": "Wrong name",
"013A": "Not authenticated",
"013B": "Bad authentication",
"013C": "No Keybox daemon running",
"013D": "Keybox daemon error",
"013E": "Service is not running",
"013F": "Service error",
"029A": "System bug detected",
"02C7": "Unknown DNS error",
"02C8": "Invalid DNS section",
"02C9": "Invalid textual address form",
"02CA": "Missing DNS query packet",
"02CB": "Missing DNS answer packet",
"02CC": "Connection closed in DNS",
"02CD": "Verification failed in DNS",
"02CE": "DNS Timeout",
"02D1": "General LDAP error",
"02D2": "General LDAP attribute error",
"02D3": "General LDAP name error",
"02D4": "General LDAP security error",
"02D5": "General LDAP service error",
"02D6": "General LDAP update error",
"02D7": "Experimental LDAP error code",
"02D8": "Private LDAP error code",
"02D9": "Other general LDAP error",
"02EE": "LDAP connecting failed (X)",
"02EF": "LDAP referral limit exceeded",
"02F0": "LDAP client loop",
"02F2": "No LDAP results returned",
"02F3": "LDAP control not found",
"02F4": "Not supported by LDAP",
"02F5": "LDAP connect error",
"02F6": "Out of memory in LDAP",
"02F7": "Bad parameter to an LDAP routine",
"02F8": "User cancelled LDAP operation",
"02F9": "Bad LDAP search filter",
"02FA": "Unknown LDAP authentication method",
"02FB": "Timeout in LDAP",
"02FC": "LDAP decoding error",
"02FD": "LDAP encoding error",
"02FE": "LDAP local error",
"02FF": "Cannot contact LDAP server",
"0300": "LDAP success",
"0301": "LDAP operations error",
"0302": "LDAP protocol error",
"0303": "Time limit exceeded in LDAP",
"0304": "Size limit exceeded in LDAP",
"0305": "LDAP compare false",
"0306": "LDAP compare true",
"0307": "LDAP authentication method not supported",
"0308": "Strong(er) LDAP authentication required",
"0309": "Partial LDAP results+referral received",
"030A": "LDAP referral",
"030B": "Administrative LDAP limit exceeded",
"030C": "Critical LDAP extension is unavailable",
"030D": "Confidentiality required by LDAP",
"030E": "LDAP SASL bind in progress",
"0310": "No such LDAP attribute",
"0311": "Undefined LDAP attribute type",
"0312": "Inappropriate matching in LDAP",
"0313": "Constraint violation in LDAP",
"0314": "LDAP type or value exists",
"0315": "Invalid syntax in LDAP",
"0320": "No such LDAP object",
"0321": "LDAP alias problem",
"0322": "Invalid DN syntax in LDAP",
"0323": "LDAP entry is a leaf",
"0324": "LDAP alias dereferencing problem",
"032F": "LDAP proxy authorization failure (X)",
"0330": "Inappropriate LDAP authentication",
"0331": "Invalid LDAP credentials",
"0332": "Insufficient access for LDAP",
"0333": "LDAP server is busy",
"0334": "LDAP server is unavailable",
"0335": "LDAP server is unwilling to perform",
"0336": "Loop detected by LDAP",
"0340": "LDAP naming violation",
"0341": "LDAP object class violation",
"0342": "LDAP operation not allowed on non-leaf",
"0343": "LDAP operation not allowed on RDN",
"0344": "Already exists (LDAP)",
"0345": "Cannot modify LDAP object class",
"0346": "LDAP results too large",
"0347": "LDAP operation affects multiple DSAs",
"034C": "Virtual LDAP list view error",
"0350": "Other LDAP error",
"0371": "Resources exhausted in LCUP",
"0372": "Security violation in LCUP",
"0373": "Invalid data in LCUP",
"0374": "Unsupported scheme in LCUP",
"0375": "Reload required in LCUP",
"0376": "LDAP cancelled",
"0377": "No LDAP operation to cancel",
"0378": "Too late to cancel LDAP",
"0379": "Cannot cancel LDAP",
"037A": "LDAP assertion failed",
"037B": "Proxied authorization denied by LDAP",
"0400": "User defined error code 1",
"0401": "User defined error code 2",
"0402": "User defined error code 3",
"0403": "User defined error code 4",
"0404": "User defined error code 5",
"0405": "User defined error code 6",
"0406": "User defined error code 7",
"0407": "User defined error code 8",
"0408": "User defined error code 9",
"0409": "User defined error code 10",
"040A": "User defined error code 11",
"040B": "User defined error code 12",
"040C": "User defined error code 13",
"040D": "User defined error code 14",
"040E": "User defined error code 15",
"040F": "User defined error code 16",
"05DC": "SQL success",
"05DD": "SQL error",
"05DE": "Internal logic error in SQL library",
"05DF": "Access permission denied (SQL)",
"05E0": "SQL abort was requested",
"05E1": "SQL database file is locked",
"05E2": "An SQL table in the database is locked",
"05E3": "SQL library ran out of core",
"05E4": "Attempt to write a readonly SQL database",
"05E5": "SQL operation terminated by interrupt",
"05E6": "I/O error during SQL operation",
"05E7": "SQL database disk image is malformed",
"05E8": "Unknown opcode in SQL file control",
"05E9": "Insertion failed because SQL database is full",
"05EA": "Unable to open the SQL database file",
"05EB": "SQL database lock protocol error",
"05EC": "(internal SQL code: empty)",
"05ED": "SQL database schema changed",
"05EE": "String or blob exceeds size limit (SQL)",
"05EF": "SQL abort due to constraint violation",
"05F0": "Data type mismatch (SQL)",
"05F1": "SQL library used incorrectly",
"05F2": "SQL library uses unsupported OS features",
"05F3": "Authorization denied (SQL)",
"05F4": "(unused SQL code: format)",
"05F5": "SQL bind parameter out of range",
"05F6": "File opened that is not an SQL database file",
"05F7": "Notifications from SQL logger",
"05F8": "Warnings from SQL logger",
"0640": "SQL has another row ready",
"0641": "SQL has finished executing",
"3FFD": "System error w/o errno",
"3FFF": "End of file",
"8000": "Argument list too long",
"8001": "Permission denied",
"8002": "Address already in use",
"8003": "Cannot assign requested address",
"8004": "Advertise error",
"8005": "Address family not supported by protocol",
"8006": "Resource temporarily unavailable",
"8007": "Operation already in progress",
"800A": "Invalid exchange",
"800B": "Bad file descriptor",
"800C": "File descriptor in bad state",
"800D": "Bad message",
"800E": "Invalid request descriptor",
"8010": "Invalid request code",
"8011": "Invalid slot",
"8012": "Bad font file format",
"8013": "Device or resource busy",
"8014": "Operation canceled",
"8015": "No child processes",
"8016": "Channel number out of range",
"8017": "Communication error on send",
"8018": "Software caused connection abort",
"8019": "Connection refused",
"801A": "Connection reset by peer",
"801C": "Resource deadlock avoided",
"801D": "Resource deadlock avoided",
"801E": "Destination address required",
"8020": "Numerical argument out of domain",
"8021": "RFS specific error",
"8022": "Disk quota exceeded",
"8023": "File exists",
"8024": "Bad address",
"8025": "File too large",
"8029": "Host is down",
"802A": "No route to host",
"802B": "Identifier removed",
"802D": "Invalid or incomplete multibyte or wide character",
"802E": "Operation now in progress",
"802F": "Interrupted system call",
"8030": "Invalid argument",
"8031": "Input/output error",
"8032": "Transport endpoint is already connected",
"8033": "Is a directory",
"8034": "Is a named type file",
"8035": "Level 2 halted",
"8036": "Level 2 not synchronized",
"8037": "Level 3 halted",
"8038": "Level 3 reset",
"8039": "Can not access a needed shared library",
"803A": "Accessing a corrupted shared library",
"803B": "Cannot exec a shared library directly",
"803C": "Attempting to link in too many shared libraries",
"803D": ".lib section in a.out corrupted",
"803E": "Link number out of range",
"803F": "Too many levels of symbolic links",
"8040": "Wrong medium type",
"8041": "Too many open files",
"8042": "Too many links",
"8043": "Message too long",
"8044": "Multihop attempted",
"8045": "File name too long",
"8046": "No XENIX semaphores available",
"8048": "Network is down",
"8049": "Network dropped connection on reset",
"804A": "Network is unreachable",
"804B": "Too many open files in system",
"804C": "No anode",
"804D": "No buffer space available",
"804E": "No CSI structure available",
"804F": "No data available",
"8050": "No such device",
"8051": "No such file or directory",
"8052": "Exec format error",
"8053": "No locks available",
"8054": "Link has been severed",
"8055": "No medium found",
"8056": "Cannot allocate memory",
"8057": "No message of desired type",
"8058": "Machine is not on the network",
"8059": "Package not installed",
"805A": "Protocol not available",
"805B": "No space left on device",
"805C": "Out of streams resources",
"805D": "Device not a stream",
"805E": "Function not implemented",
"805F": "Block device required",
"8060": "Transport endpoint is not connected",
"8061": "Not a directory",
"8062": "Directory not empty",
"8063": "Not a XENIX named type file",
"8064": "Socket operation on non-socket",
"8065": "Operation not supported",
"8066": "Inappropriate ioctl for device",
"8067": "Name not unique on network",
"8068": "No such device or address",
"8069": "Operation not supported",
"806A": "Value too large for defined data type",
"806B": "Operation not permitted",
"806C": "Protocol family not supported",
"806D": "Broken pipe",
"8072": "Protocol error",
"8073": "Protocol not supported",
"8074": "Protocol wrong type for socket",
"8075": "Numerical result out of range",
"8076": "Remote address changed",
"8077": "Object is remote",
"8078": "Remote I/O error",
"8079": "Interrupted system call should be restarted",
"807A": "Read-only file system",
"807C": "Cannot send after transport endpoint shutdown",
"807D": "Socket type not supported",
"807E": "Illegal seek",
"807F": "No such process",
"8080": "Srmount error",
"8081": "Stale file handle",
"8082": "Streams pipe error",
"8083": "Timer expired",
"8084": "Connection timed out",
"8085": "Too many references: cannot splice",
"8086": "Text file busy",
"8087": "Structure needs cleaning",
"8088": "Protocol driver not attached",
"8089": "Too many users",
"808A": "Resource temporarily unavailable",
"808B": "Invalid cross-device link",
"808C": "Exchange full"
}