Interface | Description |
---|---|
WithErrorResponse |
Stating the ability to return an response containing an error code.
|
Class | Description |
---|---|
AbstractExceptionMapper<ClassT extends AbstractExceptionMapper<ClassT>> |
Base class to be used by different the exception handling of different frameworks.
|
AccessDeniedResponse |
Access Denied Response.
|
CloudConnectorErrorResponse |
Cloud Connector Error.
|
ConstraintViolatedResponse |
Constraint Violation.
|
DestinationErrorResponse |
Destination Error.
|
EntityAlreadyExistsResponse |
Entity Already Exists.
|
EntityNotFoundResponse |
Entity Not Found.
|
ErrorResponseBuilder |
Builder translating
Throwable s to ResponseWithErrorCode s. |
FeatureNotEnabledResponse |
Feature Not Enabled.
|
ForbiddenOperationResponse |
Forbidden Operation.
|
FormatNotRecognizedResponse |
Format Not Recognized.
|
InvalidFieldFormatResponse |
Invalid Field Format.
|
InvalidJsonResponse |
Invalid JSON.
|
InvalidParameterResponse |
Invalid Parameter.
|
LogonErrorResponse |
Logon Error.
|
MandatoryFieldsMissingResponse |
Mandatory Fields Missing.
|
MissingConfigResponse |
Missing Configuration.
|
MissingParameterResponse |
Missing Parameter.
|
NotAuthenticatedResponse |
Not Authenticated.
|
NotImplementedResponse |
Not Implemented.
|
PayloadTooLargeResponse |
Payload Too Large.
|
QuerySignatureErrorResponse |
Query Signature Error.
|
RequestExecutionErrorResponse |
Request Execution Error.
|
ResponseGsonBuilder |
Response GSON Builder.
|
ResponseWithErrorCode |
Class representing an error response that is returned by a web service.
|
ServiceNotAvailableResponse |
Service Not Available.
|
ServletErrorResponseBuilder |
Servlet Error Response Builder.
|
UnexpectedErrorResponse |
Unexpected Error.
|
UnsupportedOperationResponse |
Unsupported Operation.
|
VersionNotSupportedResponse |
Version Not Supported.
|
Enum | Description |
---|---|
LogLevel |
Target log level for error response.
|
Copyright © 2021 SAP SE. All rights reserved.