JobErrorDetails 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.
The job error details. Contains list of job error items.
public class JobErrorDetails
type JobErrorDetails = class
Public Class JobErrorDetails
- Inheritance
-
JobErrorDetails
Constructors
JobErrorDetails() |
Initializes a new instance of the JobErrorDetails class. |
JobErrorDetails(String, String, IList<JobErrorItem>) |
Initializes a new instance of the JobErrorDetails class. |
Properties
Code |
Gets or sets the error code intended for programmatic access. |
ErrorDetails |
Gets or sets the error details. |
Message |
Gets or sets the error message intended to describe the error in detail. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET