Uses of Class
org.apache.camel.component.salesforce.api.dto.RestError
Packages that use RestError
Package
Description
-
Uses of RestError in org.apache.camel.component.salesforce.api
Fields in org.apache.camel.component.salesforce.api with type parameters of type RestErrorMethods in org.apache.camel.component.salesforce.api that return types with arguments of type RestErrorConstructor parameters in org.apache.camel.component.salesforce.api with type arguments of type RestErrorModifierConstructorDescriptionNoSuchSObjectException(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, InputStream responseContent) SalesforceException(List<RestError> errors, int statusCode, String message, InputStream responseContent, Throwable cause) SalesforceException(List<RestError> errors, int statusCode, String message, Throwable cause) SalesforceException(List<RestError> errors, int statusCode, Throwable cause) -
Uses of RestError in org.apache.camel.component.salesforce.api.dto
Methods in org.apache.camel.component.salesforce.api.dto that return types with arguments of type RestErrorModifier and TypeMethodDescriptionCreateSObjectResult.getErrors()DeleteSObjectResult.getErrors()SaveSObjectResult.getErrors()Method parameters in org.apache.camel.component.salesforce.api.dto with type arguments of type RestError -
Uses of RestError in org.apache.camel.component.salesforce.api.dto.approval
Methods in org.apache.camel.component.salesforce.api.dto.approval that return types with arguments of type RestError -
Uses of RestError in org.apache.camel.component.salesforce.api.dto.composite
Methods in org.apache.camel.component.salesforce.api.dto.composite that return types with arguments of type RestErrorModifier and TypeMethodDescriptionSObjectTreeResponse.getAllErrors()ReferenceId.getErrors()SObjectNode.getErrors()Errors reported against this this node received in response to the SObject tree being submitted.Method parameters in org.apache.camel.component.salesforce.api.dto.composite with type arguments of type RestErrorModifier and TypeMethodDescriptionvoidSObjectTree.setErrorFor(String referenceId, List<RestError> errors) Sets errors for the given reference. -
Uses of RestError in org.apache.camel.component.salesforce.internal.dto
Methods in org.apache.camel.component.salesforce.internal.dto that return types with arguments of type RestErrorMethod parameters in org.apache.camel.component.salesforce.internal.dto with type arguments of type RestError