Package io.minio.messages
Class ErrorResponse
java.lang.Object
io.minio.messages.ErrorResponse
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeleteResult.Error
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
protected ErrorResponse() -
ErrorResponse
public ErrorResponse(@Nonnull String code, @Nullable String message, @Nullable String bucketName, @Nullable String objectName, @Nullable String resource, @Nullable String requestId, @Nullable String hostId) Constructs a new ErrorResponse object with error code, bucket name, object name, resource, request ID and host ID.
-
-
Method Details