| Package | Description |
|---|---|
| com.sap.cloud.sdk.service.prov.api.exits | |
| com.sap.cloud.sdk.service.prov.api.response | |
| com.sap.cloud.sdk.service.prov.api.response.impl |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
ExtensionResponseImpl.getErrorResponse() |
ErrorResponse |
PreExtensionResponseImpl.getErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionResponse |
ExtensionResponse.setError(ErrorResponse errorResponse) |
static PreExtensionResponseWithBody |
BeforeUpdateResponse.setError(ErrorResponse errorResponse)
Populates error in a BeforeUpdateResponse object and returns the same.
|
static PreExtensionResponseWithoutBody |
InitTransactionResponse.setError(ErrorResponse errorResponse)
Populates error in a InitTransactionResponse object and returns the same.
|
static PreExtensionResponseWithoutBody |
BeforeAllResponse.setError(ErrorResponse errorResponse) |
static PreExtensionResponseWithoutBody |
BeforeReadResponse.setError(ErrorResponse errorResponse)
Populates error in a BeforeReadResponse object and returns the same.
|
static PreExtensionResponseWithoutBody |
BeforeQueryResponse.setError(ErrorResponse errorResponse)
Populates error in a BeforeQueryResponse object and returns the same.
|
static PreExtensionResponseWithoutBody |
BeforeDeleteResponse.setError(ErrorResponse errorResponse)
Populates error in a BeforeDeleteResponse object and returns the same.
|
static PreExtensionResponseWithBody |
BeforeCreateResponse.setError(ErrorResponse errorResponse)
Populates error in a BeforeCreateResponse object and returns the same.
|
| Constructor and Description |
|---|
ExtensionResponseImpl(ErrorResponse error) |
PreExtensionResponseImpl(ErrorResponse errorResponse) |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
ErrorResponseBuilder.response()
Returns an instance of ErrorResponse object.
|
| Modifier and Type | Method and Description |
|---|---|
static MediaReadResponse |
MediaReadResponse.setError(ErrorResponse errorResponse) |
static CreateResponse |
CreateResponse.setError(ErrorResponse errorResponse)
Populates error in the response in the event of a failed create operation,
and returns the same.
|
static ReadResponse |
ReadResponse.setError(ErrorResponse errorResponse)
Populates error in the response in the event of a failed read operation,
and returns the same.
|
static OperationResponse |
OperationResponse.setError(ErrorResponse errorResponse)
Populates an error in the response in the event of a failed operation,
and returns the same.
|
static QueryResponse |
QueryResponse.setError(ErrorResponse errorResponse)
Populates error in the response in the event of a failed query operation,
and returns the same.
|
static UpdateResponse |
UpdateResponse.setError(ErrorResponse errorResponse)
Populates error in the response in the event of a failed update operation,
and returns the same.
|
static DeleteResponse |
DeleteResponse.setError(ErrorResponse errorResponse)
Populates error in the response in the event of a failed delete operation,
and returns the same.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorResponseImpl |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
ReadResponseImpl.getErrorResponse() |
ErrorResponse |
QueryResponseImpl.getErrorResponse() |
ErrorResponse |
MediaReadResponseImpl.getErrorResponse() |
ErrorResponse |
DeleteResponseImpl.getErrorResponse() |
ErrorResponse |
CreateResponseImpl.getErrorResponse() |
ErrorResponse |
UpdateResponseImpl.getErrorResponse() |
ErrorResponse |
OperationResponseImpl.getErrorResponse() |
ErrorResponse |
ErrorResponseBuilderImpl.response() |
| Constructor and Description |
|---|
CreateResponseImpl(ErrorResponse error) |
DeleteResponseImpl(ErrorResponse error) |
MediaReadResponseImpl(ErrorResponse error) |
OperationResponseImpl(ErrorResponse error) |
QueryResponseImpl(ErrorResponse error) |
ReadResponseImpl(ErrorResponse error) |
UpdateResponseImpl(ErrorResponse error) |
Copyright © 2020 SAP. All Rights Reserved.