Package com.sforce.soap.partner
Class ExtendedErrorDetails
- java.lang.Object
-
- com.sforce.ws.bind.XmlObject
-
- com.sforce.soap.partner.ExtendedErrorDetails
-
- All Implemented Interfaces:
IExtendedErrorDetails,XMLizable
public class ExtendedErrorDetails extends XmlObject implements IExtendedErrorDetails
ExtendedErrorDetails is loosely typed. You can usegetField(String)to get the information
-
-
Constructor Summary
Constructors Constructor Description ExtendedErrorDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtendedErrorCodegetExtendedErrorCode()ObjectgetField(String name)-
Methods inherited from class com.sforce.ws.bind.XmlObject
addField, asTyped, cloneFrom, evaluate, getChild, getChildren, getChildren, getName, getTypedChildren, getValue, getXmlType, hasChildren, load, loadAfterStartTag, loadStartTag, removeField, setDefaultNamespace, setField, setName, setValue, toString, write
-
-
-
-
Method Detail
-
getField
public Object getField(String name)
- Specified by:
getFieldin interfaceIExtendedErrorDetails- Overrides:
getFieldin classXmlObject- Returns:
- the details associated with the field. You can find the fields to expect for
the given
getExtendedErrorCode()in the wsdl, or online documentation.
-
getExtendedErrorCode
public ExtendedErrorCode getExtendedErrorCode()
- Specified by:
getExtendedErrorCodein interfaceIExtendedErrorDetails
-
-