JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.projectnessie.s3mock.data
Interface ErrorResponse
@Immutable
public interface
ErrorResponse
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
code
()
String
message
()
static
ErrorResponse
of
(
String
code,
String
message)
String
requestId
()
String
resource
()
Method Details
code
@Parameter(order=1)
String
code
()
message
@Parameter(order=2)
String
message
()
resource
@Nullable @Parameter(order=3)
String
resource
()
requestId
@Nullable @Parameter(order=4)
String
requestId
()
of
static
ErrorResponse
of
(
String
code,
String
message)