Skip to content

Commit dec0434

Browse files
authored
internal/scylla: update error codes (#97)
1 parent 371158b commit dec0434

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

internal/scylla/codes.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
040720 Jump start is time expired
133133
040721 Free trial is supported on serverless only
134134
040722 Account billing is not verified
135+
040723 Account does not have encryption at rest enabled
136+
040724 General error related to key service
135137
040801 Invalid request format
136138
040802 General error deleting the cluster
137139
040803 Cluster name is invalid
@@ -140,6 +142,10 @@
140142
041001 Invalid request format
141143
041002 General error resizing the cluster
142144
041003 Cluster DC must be active to resize the cluster
145+
041004 Feature is not enabled on cluster
146+
041005 Resizing by this number of nodes is not permitted. Please contact support for assistance
147+
041006 Active resize request exists
148+
041007 Node count is not multiplication of Replication Factor
143149
041116 Invalid request format
144150
040103 Firewall rule already exist
145151
041107 Cluster has no VPC
@@ -196,7 +202,6 @@
196202
0420003 Ill-formed datacenter ID
197203
0420004 Datacenter not found
198204
0420005 Datacenter does not belong to cluster
199-
0420006 Datacenter is not active
200205
0420002 General error getting datacenter info
201206
0420007 General error requesting to add data center
202207
0420008 Provided CIDR block overlaps with another data center
@@ -206,6 +211,7 @@
206211
0420012 CIDR does not belong to a private network
207212
0420014 CIDR range overlaps a reserved network
208213
0420015 General error creating datacenter rescale request
214+
0420006 Datacenter is not active
209215
0420017 Current and new sizes are the same
210216
0420018 Free tier clusters cannot be rescaled
211217
0420019 Development clusters cannot be rescaled

0 commit comments

Comments
 (0)