Package com.sforce.soap.partner
Interface IError
- All Known Subinterfaces:
IDuplicateError
- All Known Implementing Classes:
DuplicateError,Error
public interface IError
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionelement : extendedErrorDetails of type {urn:partner.soap.sforce.com}ExtendedErrorDetails java type: com.sforce.soap.partner.ExtendedErrorDetails[]String[]element : fields of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : statusCode of type {urn:partner.soap.sforce.com}StatusCode java type: com.sforce.soap.partner.StatusCodevoidsetExtendedErrorDetails(IExtendedErrorDetails[] extendedErrorDetails) voidvoidsetMessage(String message) voidsetStatusCode(StatusCode statusCode)
-
Method Details
-
getExtendedErrorDetails
IExtendedErrorDetails[] getExtendedErrorDetails()element : extendedErrorDetails of type {urn:partner.soap.sforce.com}ExtendedErrorDetails java type: com.sforce.soap.partner.ExtendedErrorDetails[] -
setExtendedErrorDetails
-
getFields
String[] getFields()element : fields of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[] -
setFields
-
getMessage
String getMessage()element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setMessage
-
getStatusCode
StatusCode getStatusCode()element : statusCode of type {urn:partner.soap.sforce.com}StatusCode java type: com.sforce.soap.partner.StatusCode -
setStatusCode
-