Skip to content

Commit

Permalink
Add some errors to known errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KurimuzonAkuma committed Feb 6, 2025
1 parent 32b0498 commit eaf60ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions compiler/errors/source/400_BAD_REQUEST.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,8 @@ SRP_ID_INVALID Invalid SRP ID provided
SRP_PASSWORD_CHANGED The password has changed
STARGIFT_ALREADY_CONVERTED The provided star gift already converted to stars
STARGIFT_ALREADY_UPGRADED This star gift was already upgraded before
STARGIFT_NOT_FOUND The specified star gift was not found
STARGIFT_INVALID The specified gift is invalid
STARGIFT_NOT_FOUND The specified star gift was not found
STARGIFT_SLUG_INVALID The provided star gift slug is invalid (must match the format CollectionName-123)
STARGIFT_USAGE_LIMITED The star gift usage is limited
START_PARAM_EMPTY The start parameter is empty
Expand Down Expand Up @@ -581,4 +582,4 @@ WEBPAGE_URL_INVALID Webpage url invalid
WEBPUSH_AUTH_INVALID The specified web push authentication secret is invalid
WEBPUSH_KEY_INVALID The specified web push elliptic curve Diffie-Hellman public key is invalid
WEBPUSH_TOKEN_INVALID The specified web push token is invalid
YOU_BLOCKED_USER You blocked this user
YOU_BLOCKED_USER You blocked this user

0 comments on commit eaf60ec

Please sign in to comment.