| | | 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.ResourceManager.Resources.Models |
| | | 9 | | { |
| | | 10 | | /// <summary> Error response indicates managed application is not able to process the incoming request. The reason i |
| | | 11 | | internal partial class ErrorResponseAutoGenerated |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of ErrorResponseAutoGenerated. </summary> |
| | 0 | 14 | | internal ErrorResponseAutoGenerated() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Initializes a new instance of ErrorResponseAutoGenerated. </summary> |
| | | 19 | | /// <param name="httpStatus"> Http status code. </param> |
| | | 20 | | /// <param name="errorCode"> Error code. </param> |
| | | 21 | | /// <param name="errorMessage"> Error message indicating why the operation failed. </param> |
| | 0 | 22 | | internal ErrorResponseAutoGenerated(string httpStatus, string errorCode, string errorMessage) |
| | | 23 | | { |
| | 0 | 24 | | HttpStatus = httpStatus; |
| | 0 | 25 | | ErrorCode = errorCode; |
| | 0 | 26 | | ErrorMessage = errorMessage; |
| | 0 | 27 | | } |
| | | 28 | | |
| | | 29 | | /// <summary> Http status code. </summary> |
| | 0 | 30 | | public string HttpStatus { get; } |
| | | 31 | | /// <summary> Error code. </summary> |
| | 0 | 32 | | public string ErrorCode { get; } |
| | | 33 | | /// <summary> Error message indicating why the operation failed. </summary> |
| | 0 | 34 | | public string ErrorMessage { get; } |
| | | 35 | | } |
| | | 36 | | } |