Interface ErrorContext
public interface ErrorContext
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorContext.Builderbuilder(HttpRequest<?> request) Create a new context builder.HttpRequest<?> default boolean
-
Method Details
-
getRequest
HttpRequest<?> getRequest()- Returns:
- The request that caused the error
-
getRootCause
-
getErrors
-
hasErrors
default boolean hasErrors()- Returns:
- True if there are errors present
-
builder
Create a new context builder.- Parameters:
request- The request- Returns:
- A new context builder
-