ErrorResponseBody Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An error response from the Azure Container Registry service.
public class ErrorResponseBody
type ErrorResponseBody = class
Public Class ErrorResponseBody
- Inheritance
-
ErrorResponseBody
Constructors
ErrorResponseBody() |
Initializes a new instance of the ErrorResponseBody class. |
ErrorResponseBody(String, String, String, IList<InnerErrorDescription>) |
Initializes a new instance of the ErrorResponseBody class. |
Properties
Code |
Gets or sets error code. |
Details |
Gets or sets an array of additional nested error response info objects, as described by this contract. |
Message |
Gets or sets error message. |
Target |
Gets or sets target of the particular error. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET