JobErrorItem Class

Definition

The job error items.

public class JobErrorItem
type JobErrorItem = class
Public Class JobErrorItem
Inheritance
JobErrorItem

Constructors

JobErrorItem()

Initializes a new instance of the JobErrorItem class.

JobErrorItem(String, String, IList<String>)

Initializes a new instance of the JobErrorItem class.

Properties

Code

Gets or sets the error code intended for programmatic access.

Message

Gets or sets the error message intended to describe the error in detail.

Recommendations

Gets or sets the recommended actions.

Methods

Validate()

Validate the object.

Applies to