RunStepResponse.LastError

RunStepResponse.LastError property

Gets or sets the last error associated with this run step. Will be null if there are no errors.

public LastError LastError { get; set; }

See Also