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
'Cannot create a tenant with activity status OFFLOADED. Add objects to the tenant first and then you can update it to OFFLOADED.'
1160
-
);
1161
-
case'OFFLOADING':
1157
+
case'FROZEN':
1162
1158
thrownewWeaviateInvalidInputError(
1163
-
'Cannot create a tenant with activity status OFFLOADING. This status is a read-only value that the server sets in the processing of making a tenant OFFLOADED.'
1159
+
'Invalid activity status. Please provide one of the following: ACTIVE, INACTIVE, HOT, COLD.'
1164
1160
);
1165
-
case'ONLOADING':
1161
+
default:
1166
1162
thrownewWeaviateInvalidInputError(
1167
-
'Cannot create a tenant with activity status ONLOADING. This status is a read-only value that the server sets in the processing of making a tenant HOT.'
1163
+
'Invalid activity status. Please provide one of the following: ACTIVE, INACTIVE, HOT, COLD.'
'Cannot create a tenant with activity status OFFLOADING. This status is a read-only value that the server sets in the processing of making a tenant OFFLOADED.'
1197
-
);
1198
-
case'ONLOADING':
1191
+
default:
1199
1192
thrownewWeaviateInvalidInputError(
1200
-
'Cannot create a tenant with activity status ONLOADING. This status is a read-only value that the server sets in the processing of making a tenant HOT.'
1193
+
'Invalid activity status. Please provide one of the following: ACTIVE, INACTIVE, HOT, COLD, OFFLOADED.'
0 commit comments