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