public final class RuleError extends ComplexProperty
| Modifier | Constructor and Description |
|---|---|
protected |
RuleError()
The Initializes a new instance of the RuleError class.
|
| Modifier and Type | Method and Description |
|---|---|
RuleErrorCode |
getErrorCode()
Gets the validation error code.
|
String |
getErrorMessage()
Gets the error message.
|
RuleProperty |
getRuleProperty()
Gets the property which failed validation.
|
String |
getValue()
Gets the value that failed validation.
|
boolean |
tryReadElementFromXml(EwsServiceXmlReader reader)
Tries to read element from XML.
|
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeElementsToXml, writeToXml, writeToXmlprotected RuleError()
public RuleProperty getRuleProperty()
public RuleErrorCode getErrorCode()
public String getErrorMessage()
public boolean tryReadElementFromXml(EwsServiceXmlReader reader) throws Exception
tryReadElementFromXml in class ComplexPropertyreader - The readerExceptionCopyright © 2012–2015 Microsoft. All rights reserved.