Package io.minio.messages
Class ErrorResponse
java.lang.Object
io.minio.messages.ErrorResponse
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeleteError
Object representation of error response XML of any S3 REST APIs.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
code
-
message
-
bucketName
-
objectName
-
resource
-
requestId
-
hostId
-
-
Constructor Details
-
ErrorResponse
public ErrorResponse() -
ErrorResponse
public ErrorResponse(String code, String message, String bucketName, String objectName, String resource, String requestId, String hostId) Constructs a new ErrorResponse object with error code, bucket name, object name, resource, request ID and host ID.
-
-
Method Details