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: concepts/backup-storage-error-codes.md
+35-35Lines changed: 35 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The following table lists the possible error and response codes that can be retu
61
61
|200|ProtectionUnitAlreadyExists|This is a delta patch ProtectionUnit level error returned when the request has duplicate Protection Unit in the list that is already present in the service.|ProtectionUnit level error: ProtectionUnit already exists.|
62
62
|200|ProtectionUnitNotFound|This is a delta patch ProtectionUnit level error returned when the user requests to remove Protection Unit, which isn't present in the service.|ProtectionUnit level error: ProtectionUnit doesn't exist.|
63
63
|400|DuplicateProtectionUnitInList|This is a Protection Unit level error returned when the request has duplicate artifacts in the list.|Protection Unit level error: Duplicate Protection Unit in list.|
64
-
|400|ProtectionUnitActionNotAllowed|Artifact with given ProtectionUnitId cannot be removed as it is protected by a dynamic rule| Protection units protected via dynamic rules cannot removed manually.|
64
+
|400|ProtectionUnitActionNotAllowed|The artifact with the given protection unit ID can't be removed as it's protected by a dynamic rule.| Protection units protected via dynamic rules can't be removed manually.|
65
65
|404|PolicyNotFound|Thrown when the ID is valid but the policy doesn't exist.|Unable to get the Protection Policy.|
66
66
67
67
## Delete inactive protection policy API errors
@@ -252,87 +252,87 @@ The following table lists the possible error and response code that can be retur
252
252
| HTTP status code| Error code| Error message | Description|
|400|InvalidInclusionRuleCreateRequest|Can't process the request because it's malformed or incorrect.|Invalid create request.|
255
-
|400|InvalidRuleExpression|Value cannot be null or Invalid expression.|Expression is not valid and cannot be parsed.|
256
-
|413|InvalidRuleExpressionGroupLimitExceeded|Rule expression containing more than 100 group ids is not allowed.|Expression contains more group id's than imposed limit.|
255
+
|400|InvalidRuleExpression|Value can't be null or invalid expression.|The expression isn't valid and can't be parsed.|
256
+
|413|InvalidRuleExpressionGroupLimitExceeded|Rule expression that contains more than 100 group IDs isn't allowed.|The expression contains more group IDs than the imposed limit allows.|
257
257
258
258
## Update inclusion rule API errors
259
259
260
260
The error codes in this section apply to the following APIs:
|400|InvalidRuleExpression|Value cannot be null or Invalid expression|Expression is not valid and cannot be parsed.|
270
-
|400|PatchNotAllowedForStaticRule|Patch operation is not allowed for static rule|Invalid update request.|
271
-
|400|InvalidProtectionRulePatchRequest|IsAutoApplyEnabled parameter is not supported in patch request.|`IsAutoApplyEnabled`can be supplied only at the time of creation. Conversion of static rule to dynamic rule and vice-versa is not allowed.|
272
-
|400|InvalidProtectionRuleStatusForUpdation|Update operation is not allowed in current state.|Invalid state to invoke update operation.|
273
-
|404|ProtectionRuleNotFound|Protection rule with given ID doesn't exists.|Rule ID given is either wrong or the rule is deleted.|
274
-
|413|InvalidRuleExpressionGroupLimitExceeded|Rule expression containing more than 100 group ids is not allowed.|Expression contains more group id's than imposed limit.|
275
-
|422|InvalidProtectionRuleStatusForDynamicRuleEdit|Patch operation is not allowed in current state.|Patch operation is not allowed in deleteRequested state.|
269
+
|400|InvalidProtectionRulePatchRequest|The **isAutoApplyEnabled** parameter isn't supported in a patch request.|The **isAutoApplyEnabled** parameter can be supplied only at the time of creation. The conversion between a static rule and a dynamic rule, and vice versa, isn't allowed.|
270
+
|400|InvalidProtectionRuleStatusForUpdation|Update operation isn't allowed in the current state.|Invalid state to invoke the update operation.|
271
+
|400|InvalidRuleExpression|Value can't be null or invalid expression|The expression isn't valid and can't be parsed.|
272
+
|400|PatchNotAllowedForStaticRule|Patch operation isn't allowed for a static rule.|Invalid update request.|
273
+
|404|ProtectionRuleNotFound|Protection rule with the given ID doesn't exist.|The given rule ID is either incorrect or the rule was deleted.|
274
+
|413|InvalidRuleExpressionGroupLimitExceeded|Rule expression that contains more than 100 group IDs isn't allowed.|The expression contains more group IDs than the imposed limit allows.|
275
+
|422|InvalidProtectionRuleStatusForDynamicRuleEdit|Patch operation isn't allowed in the current state.|The patch operation isn't allowed in the `deleteRequested` state.|
276
276
277
-
## DeleteAndUnprotect inclusion rule API errors
277
+
## Delete and unprotect inclusion rule API errors
278
278
279
-
The error codes in this section apply to the following API:
279
+
The error codes in this section apply to the following APIs:
|400|InvalidInclusionRuleId|Rule ID in request is invalid, null, or empty.|Rule ID is invalid.|
289
-
|404|ProtectionRuleNotFound|Protection rule with given ID doesn't exists.|Rule ID given is either wrong or the rule is deleted.|
290
-
|422|InvalidProtectionRuleStatusForDynamicRuleDeleteAndUnprotectAll|DeleteAndUnprotect operation is not allowed in current state.|Invalid state to invoke deleteandunprotect action.|
288
+
|400|InvalidInclusionRuleId|Rule ID in the request is invalid, null, or empty.|The rule ID is invalid.|
289
+
|404|ProtectionRuleNotFound|Protection rule with the given ID doesn't exist.|The given rule ID is either incorrect or the rule was deleted.|
290
+
|422|InvalidProtectionRuleStatusForDynamicRuleDeleteAndUnprotectAll|The **deleteAndUnprotect**operation isn't allowed in the current state.|Invalid state to invoke the **deleteAndUnprotect** action.|
291
291
292
292
## Run inclusion rule API errors
293
293
294
-
The error codes in this section apply to the following API:
294
+
The error codes in this section apply to the following APIs:
|400|InvalidInclusionRuleId|Rule ID in request is invalid, null, or empty.|Rule ID is invalid.|
333
-
|400|InvalidProtectionRuleStatusForDeletion|Delete operation is not allowed in current state.|Invalid state to invoke delete operation.|
334
-
|404|ProtectionRuleNotFound|Protection rule with given ID doesn't exists.|Rule ID given is either wrong or the rule is deleted.|
335
-
|422|InvalidProtectionRuleStatusForDynamicRuleDeletion|Delete operation is not allowed in current state.|Invalid state to invoke delete operation on dynamic rule.|
332
+
|400|InvalidInclusionRuleId|Rule ID in the request is invalid, null, or empty.|The rule ID is invalid.|
333
+
|400|InvalidProtectionRuleStatusForDeletion|Delete operation isn't allowed in the current state.|Invalid state to invoke the delete operation.|
334
+
|404|ProtectionRuleNotFound|Protection rule with the given ID doesn't exist.|The given rule ID is either incorrect or the rule was deleted.|
335
+
|422|InvalidProtectionRuleStatusForDynamicRuleDeletion|Delete operation isn't allowed in the current state.|Invalid state to invoke the delete operation on a dynamic rule.|
0 commit comments