Skip to content

Commit

Permalink
error codes 30k and 31k
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jan 29, 2025
1 parent 24bf306 commit f684619
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions 21.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ The `CAT` is a JWT (or `access_token`) encoded with base64 that is signed by and

See [Error Codes][errors]:

- `80001`: Endpoint requires clear auth.
- `80002`: Clear authentication failed.
- `30001`: Endpoint requires clear auth.
- `30002`: Clear authentication failed.

[06]: 06.md
[21-SUPPL]: suppl/21.md
Expand Down
8 changes: 4 additions & 4 deletions 22.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ The mint lists each protected endpoint that requires a blind authentication toke

See [Error Codes][errors]:

- `81001`: Endpoint requires blind auth.
- `81002`: Blind authentication failed.
- `81003`: Maximum BAT mint amount exceeded.
- `81004`: BAT mint rate limit
- `31001`: Endpoint requires blind auth.
- `31002`: Blind authentication failed.
- `31003`: Maximum BAT mint amount exceeded.
- `31004`: BAT mint rate limit

[00]: 00.md
[01]: 01.md
Expand Down
12 changes: 6 additions & 6 deletions error_codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
| 20007 | Quote is expired | [NUT-04][04], [NUT-05][05] |
| 20008 | Signature for mint request invalid | [NUT-20][20] |
| 20009 | Pubkey required for mint quote | [NUT-20][20] |
| 80001 | Endpoint requires clear auth | [NUT-21][21] |
| 80002 | Clear authentication failed | [NUT-21][21] |
| 81001 | Endpoint requires blind auth | [NUT-22][22] |
| 81002 | Blind authentication failed | [NUT-22][22] |
| 81003 | Maximum BAT mint amount exceeded | [NUT-22][22] |
| 81004 | BAT mint rate limit | [NUT-22][22] |
| 30001 | Endpoint requires clear auth | [NUT-21][21] |
| 30002 | Clear authentication failed | [NUT-21][21] |
| 31001 | Endpoint requires blind auth | [NUT-22][22] |
| 31002 | Blind authentication failed | [NUT-22][22] |
| 31003 | Maximum BAT mint amount exceeded | [NUT-22][22] |
| 31004 | BAT mint rate limit | [NUT-22][22] |

[00]: 00.md
[01]: 01.md
Expand Down

0 comments on commit f684619

Please sign in to comment.