| | | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | | 2 | | // Licensed under the MIT License. |
| | | 3 | | |
| | | 4 | | // <auto-generated/> |
| | | 5 | | |
| | | 6 | | #nullable disable |
| | | 7 | | |
| | | 8 | | namespace Azure.Security.KeyVault.Administration.Models |
| | | 9 | | { |
| | | 10 | | /// <summary> The key vault error exception. </summary> |
| | | 11 | | internal partial class KeyVaultError |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of KeyVaultError. </summary> |
| | 0 | 14 | | internal KeyVaultError() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Initializes a new instance of KeyVaultError. </summary> |
| | | 19 | | /// <param name="error"> The key vault server error. </param> |
| | 0 | 20 | | internal KeyVaultError(KeyVaultServiceError error) |
| | | 21 | | { |
| | 0 | 22 | | Error = error; |
| | 0 | 23 | | } |
| | | 24 | | |
| | | 25 | | /// <summary> The key vault server error. </summary> |
| | 0 | 26 | | public KeyVaultServiceError Error { get; } |
| | | 27 | | } |
| | | 28 | | } |