| java.lang.Object | |
| ↳ | com.clarizen.api.Error |
Java class for Error complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Error">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ErrorCode" type="{http://clarizen.com/api}ErrorCode"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReferenceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| errorCode | |||||||||||
| message | |||||||||||
| referenceId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the message property.
| |||||||||||
Gets the value of the referenceId property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the message property.
| |||||||||||
Sets the value of the referenceId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the errorCode property.
ErrorCode
Gets the value of the message property.
Gets the value of the referenceId property.
Sets the value of the errorCode property.
| value | Allowed object is
ErrorCode
|
|---|
Sets the value of the message property.
| value | Allowed object is String |
|---|
Sets the value of the referenceId property.
| value | Allowed object is String |
|---|