JobErrorDetails Class

Definition

The job error information containing the list of job errors.

public class JobErrorDetails
type JobErrorDetails = class
Public Class JobErrorDetails
Inheritance
JobErrorDetails

Constructors

JobErrorDetails()

Initializes a new instance of the JobErrorDetails class.

JobErrorDetails(IList<JobErrorItem>, String, String)

Initializes a new instance of the JobErrorDetails class.

Properties

Code

Gets the code intended for programmatic access.

ErrorDetails

Gets the error details.

Message

Gets the message that describes the error in detail.

Applies to