Modifier and Type | Method and Description |
---|---|
List<RestError> |
SalesforceException.getErrors() |
Constructor and Description |
---|
SalesforceException(List<RestError> errors,
int statusCode) |
SalesforceException(List<RestError> errors,
int statusCode,
String message) |
SalesforceException(List<RestError> errors,
int statusCode,
String message,
Throwable cause) |
SalesforceException(List<RestError> errors,
int statusCode,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
List<RestError> |
CreateSObjectResult.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
CreateSObjectResult.setErrors(List<RestError> errors) |
Modifier and Type | Method and Description |
---|---|
List<RestError> |
SObjectTreeResponse.getAllErrors() |
List<RestError> |
SObjectNode.getErrors()
Errors reported against this this node received in response to the SObject tree being submitted.
|
List<RestError> |
ReferenceId.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
SObjectTree.setErrorFor(String referenceId,
List<RestError> errors)
Sets errors for the given reference.
|
Modifier and Type | Method and Description |
---|---|
List<RestError> |
RestErrors.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
RestErrors.setErrors(List<RestError> errors) |
Apache Camel