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
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The following table lists the possible error and response codes that can be retu
30
30
|400|InvalidProtectionUnitId|Thrown when one of the Protection Unit IDs is invalid.|Protection Unit ID is invalid.|
31
31
|413|ProtectionUnitsLimitBreached|Thrown when the user tries to add more Protection Units than supported in one request.|Number of Protection Units in each request must not exceed 50.|
32
32
|409|PolicyCreationNotAllowed|Thrown when an active protection policy already exists for the service and the user tries to create a new policy.|Can't create Policy. Another active Policy already exists.|
33
-
|500|PolicySaveFailed|Thrown when a transient error occurs in the M365 Backup service.|An unknown error occurred. Please try again.|
33
+
|500|PolicySaveFailed|Thrown when a transient error occurs in the M365 Backup service.|An unknown error occurred. Try again.|
34
34
35
35
## Get protection policy API errors
36
36
@@ -87,7 +87,7 @@ The following table lists the possible error and response codes that can be retu
87
87
| HTTP status code| Error code| Error message | Description|
|400|InvalidPolicyId|Thrown when the policy ID in request is invalid, null, or empty.|Policy ID is absent.|
104
-
|403|PolicyActionNotAllowed|Thrown when the policy isn't in Inactive state.|Can't activate policy. The policy isn't in correct state. Please make sure the policy is in Inactive state.|
104
+
|403|PolicyActionNotAllowed|Thrown when the policy isn't in Inactive state.|Can't activate policy. The policy isn't in correct state. Make sure the policy is in Inactive state.|
105
105
|404|PolicyNotFound|Thrown when the ID is valid but the policy doesn't exist.|Unable to get the Protection Policy.|
106
106
107
107
## List all the protection unit under a protection policy API errors
@@ -282,11 +282,12 @@ The following table lists the possible error and response codes that can be retu
282
282
283
283
The error codes in this section apply to the following API:
|403|UnableToReadBillingProfile|Unable to read billing profile from billing profile provider.|Unable to read billing profile from billing profile provider.|
292
-
|402|BillingProfileNotAvailable|Billing profile isn't available.|Configure the billing profile.|
292
+
|402|InvalidBillingProfile|Invalid billing profile received from the provider.|Invalid billing profile received from the provider.|
293
+
|400|InvalidAppOwnerTenantId|Owning tenant id not found|Invalid App owner tenant id received from the user.|
0 commit comments