You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/CONST.ts
+4
Original file line number
Diff line number
Diff line change
@@ -788,6 +788,7 @@ const CONST = {
788
788
EXP_ERROR: 666,
789
789
MANY_WRITES_ERROR: 665,
790
790
UNABLE_TO_RETRY: 'unableToRetry',
791
+
UPDATE_REQUIRED: 426,
791
792
},
792
793
HTTP_STATUS: {
793
794
// When Cloudflare throttles
@@ -818,6 +819,9 @@ const CONST = {
818
819
GATEWAY_TIMEOUT: 'Gateway Timeout',
819
820
EXPENSIFY_SERVICE_INTERRUPTED: 'Expensify service interrupted',
820
821
DUPLICATE_RECORD: 'A record already exists with this ID',
822
+
823
+
// The "Upgrade" is intentional as the 426 HTTP code means "Upgrade Required" and sent by the API. We use the "Update" language everywhere else in the front end when this gets returned.
0 commit comments