Updated Error Codes (markdown)

Lex Berezhny 2018-07-29 21:11:28 -04:00
parent 4f0ae73195
commit a2708e0d0d

@ -44,11 +44,23 @@ Code | Name
**26x** | DHT connectivity issues.
**27x** | DHT protocol issues.
**3xx** | **Blockchain**
**30x** | Transaction rejected.
300 | Transaction rejected, unknown reason.
301 | Transaction rejected, fees too low.
301 | Fee too low.
**31x** | Insufficient funds.
310 | Not enough LBC to cover the transaction, even after all UTXOs reach 6 confirmations.
311 | Not enough LBC to cover the transaction, will be enough after some more confirmations.
330 | Channel signing key not found.
331 | Channel signing key is out of date. (For example, channel was updated but you don't have the updated key.)
**32x** | Channel signing.
320 | Channel signing key not found.
321 | Channel signing key is out of date. (For example, channel was updated but you don't have the updated key.)
**4xx** | **Blobs**
400 | Blob not found.
**40x** | Blob availability.
400 | Blob not found.
401 | Permission denied to read blob.
402 | Blob is too big.
403 | Blob is empty.
**41x** | Decryption / Assembly
410 | Failed to decrypt blob.
411 | Blobs is corrupted.
**42x** | Encrypting / Creating
420 | Failed to encrypt blob.