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.
This class contains the error details per object.
public class JobErrorDetails
type JobErrorDetails = class
Public Class JobErrorDetails
- Inheritance
-
JobErrorDetails
Constructors
JobErrorDetails() |
Initializes a new instance of the JobErrorDetails class. |
JobErrorDetails(ServiceError, ProviderError, String, Nullable<DateTime>, String) |
Initializes a new instance of the JobErrorDetails class. |
Properties
CreationTime |
Gets or sets the creation time of job error. |
ErrorLevel |
Gets or sets error level of error. |
ProviderErrorDetails |
Gets or sets the Provider error details. |
ServiceErrorDetails |
Gets or sets the Service error details. |
TaskId |
Gets or sets the Id of the task. |