ValidatorIssue ComplexType
An issue found during the processing of a fetchxml query using the ValidateFetchXmlExpression function.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
LocalizedMessageText | Edm.String |
Text describing an issue found. |
OptionalPropertyBag | Collection_String_String |
Additonal properties which can help describe the problem in more detail. |
Severity | Edm.Int32 |
Scale of how severe an issue is. Scale from 0 (low) to 3 (critical). |
TypeCode | Edm.Int32 |
Unique code for the type of issue. |
Used by
The following use the ValidatorIssue ComplexType.
Name | How used |
---|---|
ValidateFetchXmlExpressionResult | Messages Property |