RunResponse.LastError

RunResponse.LastError property

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

public LastError LastError { get; set; }

See Also