docs(references): fix formatting issues (TODO-074,075,076,077,078,082)
Fix malformed MIFCOM badge table row, replace section numbering placeholder, split respeak reference into Part I/II, add version notes for teaspeak contradictions, fix truncated YaTQA error codes.
This commit is contained in:
@@ -551,6 +551,7 @@ else: write (x mod 128 OR 128), recurse with x >> 7
|
||||
| 0x0101 | 257 | unable to bind network port |
|
||||
| 0x0200 | 512 | invalid clientID |
|
||||
| 0x0201 | 513 | nickname is already in use |
|
||||
| 0x0202 | 514 | invalid error code |
|
||||
| 0x0203 | 515 | max clients protocol limit reached |
|
||||
| 0x0204 | 516 | invalid client type |
|
||||
| 0x0205 | 517 | already subscribed |
|
||||
@@ -587,14 +588,16 @@ else: write (x mod 128 OR 128), recurse with x >> 7
|
||||
| 0x0403 | 1027 | server maxclient reached |
|
||||
| 0x0404 | 1028 | invalid server password |
|
||||
| 0x0405 | 1029 | deployment active |
|
||||
| 0x0406 | 1030 | unable to stop own server |
|
||||
| 0x0406 | 1030 | unable to stop own server in your connection class |
|
||||
| 0x0407 | 1031 | server is virtual |
|
||||
| 0x0408 | 1032 | server wrong machineID |
|
||||
| 0x0409 | 1033 | server is not running |
|
||||
| 0x040a | 1034 | server is booting up |
|
||||
| 0x040b | 1035 | server got an invalid status |
|
||||
| 0x040b | 1035 | server got an invalid status for this operation |
|
||||
| 0x040c | 1036 | server modal quit |
|
||||
| 0x040d | 1037 | server version is too old for command |
|
||||
| 0x040e | 1038 | [to be completed] |
|
||||
| 0x040f | 1039 | [to be completed] |
|
||||
| 0x0410 | 1040 | server blacklisted |
|
||||
| 0x0500 | 1280 | database error |
|
||||
| 0x0501 | 1281 | database empty result set |
|
||||
@@ -655,6 +658,13 @@ else: write (x mod 128 OR 128), recurse with x >> 7
|
||||
| 0x0905 | 2309 | no playback device available |
|
||||
| 0x0906 | 2310 | could not open capture device |
|
||||
| 0x0907 | 2311 | could not open playback device |
|
||||
| 0x0908 | 2312 | ServerConnectionHandler has a device registered |
|
||||
| 0x0909 | 2313 | invalid capture device |
|
||||
| 0x090a | 2314 | invalid playback device |
|
||||
| 0x090b | 2315 | invalid wave file |
|
||||
| 0x090c | 2316 | wave file type not supported |
|
||||
| 0x090d | 2317 | could not open wave file |
|
||||
| 0x090e | 2318 | internal capture |
|
||||
| 0x090f | 2319 | device still in use |
|
||||
| 0x0910 | 2320 | device already registered |
|
||||
| 0x0911 | 2321 | device not registered/known |
|
||||
@@ -687,6 +697,7 @@ else: write (x mod 128 OR 128), recurse with x >> 7
|
||||
| 0x0b0b | 2827 | virtualserver running in same instance already |
|
||||
| 0x0b0c | 2828 | virtualserver already started |
|
||||
| 0x0b0d | 2829 | virtualserver not started |
|
||||
| 0x0b0e | 2830 | [to be completed] |
|
||||
| 0x0c00 | 3072 | invalid message id |
|
||||
| 0x0d00 | 3328 | invalid ban id |
|
||||
| 0x0d01 | 3329 | connection failed, you are banned |
|
||||
@@ -695,6 +706,13 @@ else: write (x mod 128 OR 128), recurse with x >> 7
|
||||
| 0x0e00 | 3584 | unable to initialize tts |
|
||||
| 0x0f00 | 3840 | invalid privilege key |
|
||||
| 0x1000 | 4096 | VoIP pjsua error |
|
||||
| 0x1001 | 4097 | [to be completed] |
|
||||
| 0x1002 | 4098 | [to be completed] |
|
||||
| 0x1003 | 4099 | [to be completed] |
|
||||
| 0x1004 | 4100 | [to be completed] |
|
||||
| 0x1005 | 4101 | [to be completed] |
|
||||
| 0x1006 | 4102 | [to be completed] |
|
||||
| 0x1007 | 4103 | [to be completed] |
|
||||
| 0x1100 | 4352 | provisioning invalid password |
|
||||
| 0x1101 | 4353 | provisioning invalid request |
|
||||
| 0x1102 | 4354 | no (more) slots available |
|
||||
|
||||
Reference in New Issue
Block a user