Skip to content

Commit 9b5067b

Browse files
authored
Update common-error-codes.md
1 parent e840415 commit 9b5067b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/general/common-error-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The error codes listed in the following table may be returned by an operation on
2525
| VaultNameNotValid | The vault name should be string of 3 to 24 characters and can contain only numbers (0-9), letters (a-z, A-Z), and hyphens (-) |
2626
| AccessDenied | You may be missing permissions in access policy to do that operation. |
2727
| ForbiddenByFirewall | Client address is not authorized and caller is not a trusted service. |
28-
| ConflictError | You're requesting multiple operations on same item. |
28+
| ConflictError | You're requesting multiple operations on same item like key vault, secret, key, certificate, or common components within Key Vault like VNET. It is recommended to sequence operations or implement retry logic. |
2929
| RegionNotSupported | Specified azure region is not supported for this resource. |
3030
| SkuNotSupported | Specified SKU type is not supported for this resource. |
3131
| ResourceNotFound | Specified azure resource is not found. |

0 commit comments

Comments
 (0)