| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.ErrorInfo |
Java class for ErrorInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResourceList" type="{http://schemas.microsoft.com/crm/2011/Contracts}ArrayOfResourceInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| errorCode | |||||||||||
| resourceList | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the resourceList property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the resourceList property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the errorCode property.
Gets the value of the resourceList property.
ArrayOfResourceInfo
Sets the value of the errorCode property.
| value | Allowed object is String |
|---|
Sets the value of the resourceList property.
| value | Allowed object is
ArrayOfResourceInfo
|
|---|