public interface IApiFault
| Modifier and Type | Method and Description |
|---|---|
ExceptionCode |
getExceptionCode()
element : exceptionCode of type {urn:fault.partner.soap.sforce.com}ExceptionCode
java type: com.sforce.soap.partner.fault.ExceptionCode
|
String |
getExceptionMessage()
element : exceptionMessage of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setExceptionCode(ExceptionCode exceptionCode) |
void |
setExceptionMessage(String exceptionMessage) |
ExceptionCode getExceptionCode()
void setExceptionCode(ExceptionCode exceptionCode)
String getExceptionMessage()
void setExceptionMessage(String exceptionMessage)
Copyright © 2015. All Rights Reserved.