Package com.adobe.testing.s3mock.s3.dto
Class ErrorResponse
-
- All Implemented Interfaces:
public final class ErrorResponseA DTO which can be used as a response body if an error occurred. API Reference
-
-
Constructor Summary
Constructors Constructor Description ErrorResponse(String code, String message, String resource, String requestId)
-
Method Summary
Modifier and Type Method Description final StringgetCode()final StringgetMessage()final StringgetResource()final StringgetRequestId()-
-
Method Detail
-
getMessage
final String getMessage()
-
getResource
final String getResource()
-
getRequestId
final String getRequestId()
-
-
-
-