Delen via


JobErrorDetails Class

Definition

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.

Applies to