| | 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.DigitalTwins.Models |
| | 9 | | { |
| | 10 | | /// <summary> Error response. </summary> |
| | 11 | | internal partial class ErrorResponse |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of ErrorResponse. </summary> |
| 0 | 14 | | internal ErrorResponse() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of ErrorResponse. </summary> |
| | 19 | | /// <param name="error"> Error description. </param> |
| 0 | 20 | | internal ErrorResponse(ErrorDefinition error) |
| | 21 | | { |
| 0 | 22 | | Error = error; |
| 0 | 23 | | } |
| | 24 | |
|
| | 25 | | /// <summary> Error description. </summary> |
| 0 | 26 | | public ErrorDefinition Error { get; } |
| | 27 | | } |
| | 28 | | } |