ErrorError 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.
Error definition properties.
public class ErrorError
type ErrorError = class
Public Class ErrorError
- Inheritance
-
ErrorError
Constructors
ErrorError() |
Initializes a new instance of the ErrorError class. |
ErrorError(String, String, String, IList<ErrorDetails>) |
Initializes a new instance of the ErrorError class. |
Properties
Code |
Gets or sets error code. |
Details |
Gets or sets error details. |
Message |
Gets or sets error message. |
Target |
Gets or sets error target. |