Class ExtendedErrorDetails

  • All Implemented Interfaces:
    com.sforce.ws.bind.XMLizable

    public class ExtendedErrorDetails
    extends com.sforce.ws.bind.XmlObject
    ExtendedErrorDetails is loosely typed. You can use getField(String) to get the information
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ExtendedErrorCode getExtendedErrorCode()  
      java.lang.Object getField​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExtendedErrorDetails

        public ExtendedErrorDetails()
    • Method Detail

      • getField

        public java.lang.Object getField​(java.lang.String name)
        Overrides:
        getField in class com.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.