ErrorEntity 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.
Body of the error response returned from the API.
public class ErrorEntity
type ErrorEntity = class
Public Class ErrorEntity
- Inheritance
-
ErrorEntity
Constructors
ErrorEntity() |
Initializes a new instance of the ErrorEntity class. |
ErrorEntity(String, String, IList<String>, IList<ErrorEntity>, String, String) |
Initializes a new instance of the ErrorEntity class. |
Properties
Code |
Gets or sets basic error code. |
ExtendedCode |
Gets or sets type of error. |
InnerErrors |
Gets or sets inner errors. |
Message |
Gets or sets any details of the error. |
MessageTemplate |
Gets or sets message template. |
Parameters |
Gets or sets parameters for the template. |
Applies to
Azure SDK for .NET