[]
Represents information about an error in a data template definition. Used for diagnostics and debugging templates, see Validate(bool).
public class TemplateError
Gets the description of the error.
public string ErrorDescription { get; }
Gets the range containing the incorrect template.
public Range TemplateRange { get; }
Gets the text of the incorrect template.
public string TemplateText { get; }