mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-09 16:14:52 +00:00
Add AUTH_BYTES_INVALID error
This commit is contained in:
parent
72800554e6
commit
5665f980ea
1 changed files with 2 additions and 1 deletions
|
|
@ -124,3 +124,4 @@ WEBDOCUMENT_URL_EMPTY The web document URL is empty
|
||||||
WEBDOCUMENT_URL_INVALID The web document URL is invalid
|
WEBDOCUMENT_URL_INVALID The web document URL is invalid
|
||||||
WEBDOCUMENT_MIME_INVALID The web document mime type is invalid
|
WEBDOCUMENT_MIME_INVALID The web document mime type is invalid
|
||||||
BUTTON_URL_INVALID The button url is invalid
|
BUTTON_URL_INVALID The button url is invalid
|
||||||
|
AUTH_BYTES_INVALID The authorization bytes are invalid
|
||||||
|
Loading…
Reference in a new issue