ability to cancel construction and have a portion of the funds returned
[browser-rts.git] / src / errors.ts
index e245d9bb07f9c3437057764b8e0a196f6977c5a6..217008cd68ab73aeada74e3b3c6e670c81852b37 100644 (file)
@@ -47,6 +47,7 @@ export const ERROR_CODE = {
        NO_CITY: 2000,
        INSUFFICIENT_RESOURCE: 3000,
        INVALID_BUILDING: 4000,
+  INVALID_BUILD_QUEUE: 4100,
   INVALID_AMOUNT: 6000,
        INVALID_UNIT: 5000,
        DUPLICATE_CACHE_KEY: 900,