Package com.sforce.soap.partner
Interface IExtendedErrorDetails
-
- All Known Implementing Classes:
ExtendedErrorDetails
public interface IExtendedErrorDetailsExtendedErrorDetails is loosely typed. You can usegetField(String)to get the information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendedErrorCodegetExtendedErrorCode()ObjectgetField(String name)
-
-
-
Method Detail
-
getField
Object getField(String name)
- 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
ExtendedErrorCode getExtendedErrorCode()
-
-