appstore: it never returns 422

I think I meant 402 which is subscription expired/billing error
This commit is contained in:
Girish Ramakrishnan
2022-03-31 22:50:55 -07:00
parent 52fc031516
commit bc49f64a0c
2 changed files with 9 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ BoxError.INACTIVE = 'Inactive'; // service/volume/mount
BoxError.INTERNAL_ERROR = 'Internal Error';
BoxError.INVALID_CREDENTIALS = 'Invalid Credentials';
BoxError.IPTABLES_ERROR = 'IPTables Error';
BoxError.LICENSE_ERROR = 'License Error';
BoxError.LICENSE_ERROR = 'License Error'; // billing or subscription expired
BoxError.LOGROTATE_ERROR = 'Logrotate Error';
BoxError.MAIL_ERROR = 'Mail Error';
BoxError.MOUNT_ERROR = 'Mount Error';