From bf8e9cd1eafa84fca9d5d2cba50c7db42dcccb9d Mon Sep 17 00:00:00 2001 From: elnosh Date: Thu, 10 Oct 2024 10:53:46 -0500 Subject: [PATCH] add error code for failed lightning payments --- error_codes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/error_codes.md b/error_codes.md index f340330..8522cf5 100644 --- a/error_codes.md +++ b/error_codes.md @@ -16,6 +16,7 @@ | 20005 | Quote is pending | [NUT-04][04], [NUT-05][05] | | 20006 | Invoice already paid | [NUT-05][05] | | 20007 | Quote is expired | [NUT-04][04], [NUT-05][05] | +| 20008 | Lightning payment failed | [NUT-05][05] | [00]: 00.md [01]: 01.md