你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |