JobErrorDetails Class

Definition

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