Package com.sforce.soap.metadata
Class ExtendedErrorDetails
- java.lang.Object
-
- com.sforce.ws.bind.XmlObject
-
- com.sforce.soap.metadata.ExtendedErrorDetails
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class ExtendedErrorDetails extends com.sforce.ws.bind.XmlObjectExtendedErrorDetails 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()java.lang.ObjectgetField(java.lang.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 java.lang.Object getField(java.lang.String name)
- Overrides:
getFieldin classcom.sforce.ws.bind.XmlObject- 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()
-
-