Uses of Class
org.apache.flink.runtime.rest.messages.ErrorResponseBody
-
Packages that use ErrorResponseBody Package Description org.apache.flink.runtime.rest.handler.util -
-
Uses of ErrorResponseBody in org.apache.flink.runtime.rest.handler.util
Methods in org.apache.flink.runtime.rest.handler.util with parameters of type ErrorResponseBody Modifier and Type Method Description static CompletableFuture<Void>HandlerUtils. sendErrorResponse(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext channelHandlerContext, boolean keepAlive, ErrorResponseBody errorMessage, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus statusCode, Map<String,String> headers)Sends the given error response and status code to the given channel.static CompletableFuture<Void>HandlerUtils. sendErrorResponse(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext channelHandlerContext, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpRequest httpRequest, ErrorResponseBody errorMessage, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus statusCode, Map<String,String> headers)Sends the given error response and status code to the given channel.
-