From 63bf7f6425278470fd1da911a2fdc9a1a543747b Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:27:44 -0600 Subject: [PATCH] adjust errors --- 21.md | 6 +++--- 22.md | 8 ++++---- error_codes.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/21.md b/21.md index d15ec61..093201e 100644 --- a/21.md +++ b/21.md @@ -88,10 +88,10 @@ The `CAT` is a JWT (or `access_token`) encoded with base64 that is signed by and See [Error Codes][errors]: -- `30001`: Endpoint requires clear auth. -- `30002`: Clear authentication failed. +- `30001`: Endpoint requires clear auth +- `30002`: Clear authentication failed [06]: 06.md [21-SUPPL]: suppl/21.md [22]: 22.md -[errors]: error_codes.md \ No newline at end of file +[errors]: error_codes.md diff --git a/22.md b/22.md index 31bf593..60ec4be 100644 --- a/22.md +++ b/22.md @@ -213,10 +213,10 @@ The mint lists each protected endpoint that requires a blind authentication toke See [Error Codes][errors]: -- `31001`: Endpoint requires blind auth. -- `31002`: Blind authentication failed. -- `31003`: Maximum BAT mint amount exceeded. -- `31004`: BAT mint rate limit +- `31001`: Endpoint requires blind auth +- `31002`: Blind authentication failed +- `31003`: Maximum BAT mint amount exceeded +- `31004`: BAT mint rate limit exceeded [00]: 00.md [01]: 01.md diff --git a/error_codes.md b/error_codes.md index f490830..9a51fa5 100644 --- a/error_codes.md +++ b/error_codes.md @@ -23,7 +23,7 @@ | 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] | +| 31004 | BAT mint rate limit exceeded | [NUT-22][22] | [00]: 00.md [01]: 01.md