mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Merge pull request #298 from ColinTheShark/develop
Add BUTTON_URL_INVALID error
This commit is contained in:
commit
de9de81648
1 changed files with 2 additions and 1 deletions
|
|
@ -122,4 +122,5 @@ PHOTO_CONTENT_TYPE_INVALID The photo content type is invalid
|
|||
WEBDOCUMENT_INVALID The web document is invalid
|
||||
WEBDOCUMENT_URL_EMPTY The web document URL is empty
|
||||
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
|
||||
|
Loading…
Reference in a new issue