| Package | Description |
|---|---|
| com.sforce.soap.partner.fault |
| Modifier and Type | Method and Description |
|---|---|
ExceptionCode |
IApiFault.getExceptionCode()
element : exceptionCode of type {urn:fault.partner.soap.sforce.com}ExceptionCode
java type: com.sforce.soap.partner.fault.ExceptionCode
|
ExceptionCode |
ApiFault.getExceptionCode() |
static ExceptionCode |
ExceptionCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionCode[] |
ExceptionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IApiFault.setExceptionCode(ExceptionCode exceptionCode) |
void |
ApiFault.setExceptionCode(ExceptionCode exceptionCode) |
Copyright © 2020. All Rights Reserved.