Skip to content

Commit

Permalink
feat: add error codes for request verification
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Feb 7, 2025
1 parent 9f492ad commit 794a210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions error_codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
| 11002 | Transaction is not balanced (inputs != outputs) | [NUT-02][02], [NUT-03][03], [NUT-05][05] |
| 11005 | Unit in request is not supported | [NUT-04][04], [NUT-05][05] |
| 11006 | Amount outside of limit range | [NUT-04][04], [NUT-05][05] |
| 11007 | Duplicate inputs provided | [NUT-03][03], [NUT-04][04], [NUT-05][05] |
| 11008 | Duplicate outputs provided | [NUT-03][03], [NUT-04][04], [NUT-05][05] |
| 11009 | Inputs and outputs not of same unit | [NUT-03][03], [NUT-04][04], [NUT-05][05] |
| 12001 | Keyset is not known | [NUT-02][02], [NUT-04][04] |
| 12002 | Keyset is inactive, cannot sign messages | [NUT-02][02], [NUT-03][03], [NUT-04][04] |
| 20001 | Quote request is not paid | [NUT-04][04] |
Expand Down

0 comments on commit 794a210

Please sign in to comment.