mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
doc: document the errors code
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
parent
43ff949ea7
commit
5bbe3feee7
@ -152,6 +152,16 @@ merchant, and use lightning-pay(7) to pay it:
|
||||
|
||||
$ lightning-cli pay $INVOICE
|
||||
|
||||
ERRORS CODE
|
||||
---
|
||||
|
||||
- 1: Generic lightning-cli error
|
||||
- 20: Generic error related to HSM secret
|
||||
- 21: HSM secret is encrypted
|
||||
- 22: Bad password used to decrypt the HSM secred
|
||||
- 23: Error caused from the I/O operation during a HSM decryption/encryption operation
|
||||
|
||||
|
||||
BUGS
|
||||
----
|
||||
|
||||
@ -184,4 +194,3 @@ COPYING
|
||||
|
||||
Note: the modules in the ccan/ directory have their own licenses, but
|
||||
the rest of the code is covered by the BSD-style MIT license.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user