This commit is contained in:
tanghc
2019-08-14 17:41:56 +08:00
parent db24154ea9
commit 539f9dbcf7

View File

@@ -52,7 +52,7 @@ public class GatewayResultExecutor extends BaseExecutorAdapter<ServerWebExchange
@Override @Override
public GatewayResult buildErrorResult(ServerWebExchange exchange, Throwable ex) { public GatewayResult buildErrorResult(ServerWebExchange exchange, Throwable ex) {
Error error = null; Error error;
if (ex instanceof ApiException) { if (ex instanceof ApiException) {
ApiException apiException = (ApiException) ex; ApiException apiException = (ApiException) ex;
error = apiException.getError(); error = apiException.getError();