Warnings

BatchGenerationResult.Warnings property

Gets or sets list of the warnings messages describing non-critical faults appeared during generation Gets populated after save attempt

public List<string> Warnings { get; set; }

See Also