An object that describes violations in constraints.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| failureMessage | string | element | 0/1 | The message for the failure that should be displayed for the user. | |
| propertyName | string | element | 0/1 | The property name. | |
| stackTrace | string | element | 0/1 |
Example
<simpleViolation> <propertyName>...</propertyName> <failureMessage>...</failureMessage> <stackTrace>...</stackTrace> </simpleViolation>