Skip to main content

Class CRMScriptErrorInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CRMScriptErrorInfo. Object containing error information for a CRMScript

Inheritance

objectCarrierCRMScriptErrorInfo

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CRMScriptErrorInfo()

Default constructor - defaults any enum props to 0.

Properties

CharacterPosition

The character position on the ErrorLine, if available

Property Value

int

ErrorMessage

Descriptive message of the script failed

Property Value

string

IncludeId

The includeId of the source where the error occured

Property Value

string

LineNumber

The line number where the error occured

Property Value

int

See Also

CRMScriptAgent