| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.BaseServiceFault |
Known Direct Subclasses
|
Java class for BaseServiceFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseServiceFault">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ErrorDetails" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ErrorDetailCollection" minOccurs="0"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| errorCode | |||||||||||
| errorDetails | |||||||||||
| message | |||||||||||
| timestamp | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the errorDetails property.
| |||||||||||
Gets the value of the message property.
| |||||||||||
Gets the value of the timestamp property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the errorDetails property.
| |||||||||||
Sets the value of the message property.
| |||||||||||
Sets the value of the timestamp property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the errorCode property.
Gets the value of the errorDetails property.
ErrorDetailCollection
Gets the value of the message property.
Gets the value of the timestamp property.
Sets the value of the errorCode property.
| value | Allowed object is Integer |
|---|
Sets the value of the errorDetails property.
| value | Allowed object is
ErrorDetailCollection
|
|---|
Sets the value of the message property.
| value | Allowed object is String |
|---|
Sets the value of the timestamp property.
| value | Allowed object is XMLGregorianCalendar |
|---|