Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class CRMScriptErrorInfo : Carrier
public CRMScriptErrorInfo()
public virtual int CharacterPosition { get; set; }
public virtual string ErrorMessage { get; set; }
public virtual string IncludeId { get; set; }
public virtual int LineNumber { get; set; }
Was this page helpful?