From a2708e0d0d02c2d122479c8ec1f57b085c7a0ab4 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 29 Jul 2018 21:11:28 -0400 Subject: [PATCH] Updated Error Codes (markdown) --- Error-Codes.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/Error-Codes.md b/Error-Codes.md index b958ae2..48c7c25 100644 --- a/Error-Codes.md +++ b/Error-Codes.md @@ -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. \ No newline at end of file +**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. \ No newline at end of file