| Modifier and Type | Field and Description |
|---|---|
static com.fasterxml.jackson.core.type.TypeReference<List<RestError>> |
TypeReferences.REST_ERROR_LIST_TYPE |
| Modifier and Type | Method and Description |
|---|---|
List<RestError> |
SalesforceException.getErrors() |
| Constructor and Description |
|---|
NoSuchSObjectException(List<RestError> restErrors) |
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() |
List<RestError> |
DeleteSObjectResult.getErrors() |
List<RestError> |
SaveSObjectResult.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSObjectResult.setErrors(List<RestError> errors) |
void |
DeleteSObjectResult.setErrors(List<RestError> errors) |
void |
SaveSObjectResult.setErrors(List<RestError> errors) |
| Modifier and Type | Method and Description |
|---|---|
List<RestError> |
ApprovalResult.Result.getErrors() |
| 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