feat: Add API error code 50055 (#256)

This commit is contained in:
Jiralite
2021-12-06 23:29:36 +00:00
committed by GitHub
parent c7efcd5505
commit b01716bf22
2 changed files with 2 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ export enum RESTJSONErrorCodes {
InvalidFileUploaded,
CannotSelfRedeemThisGift = 50054,
InvalidGuild,
PaymentSourceRequiredToRedeemGift = 50070,

View File

@@ -158,6 +158,7 @@ export const enum RESTJSONErrorCodes {
InvalidFileUploaded,
CannotSelfRedeemThisGift = 50054,
InvalidGuild,
PaymentSourceRequiredToRedeemGift = 50070,