public static class WebClientTests.TestErrorController
extends org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
| Constructor and Description |
|---|
TestErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes,
org.springframework.cloud.sleuth.Tracer tracer) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
org.springframework.http.ResponseEntity<Map<String,Object>> |
error(javax.servlet.http.HttpServletRequest request) |
org.springframework.cloud.sleuth.Span |
getSpan() |
errorHtml, getErrorAttributeOptions, getErrorProperties, isIncludeBindingErrors, isIncludeMessage, isIncludeStackTrace, mediaTypeNotAcceptablepublic TestErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes,
org.springframework.cloud.sleuth.Tracer tracer)
public org.springframework.http.ResponseEntity<Map<String,Object>> error(javax.servlet.http.HttpServletRequest request)
error in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorControllerpublic org.springframework.cloud.sleuth.Span getSpan()
public void clear()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.