You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2020/04/06 12:39:56 UTC

[GitHub] [submarine] jiwq commented on a change in pull request #249: SUBMARINE-455. Support find/patch/delete job in submarine-server REST

jiwq commented on a change in pull request #249: SUBMARINE-455. Support find/patch/delete job in submarine-server REST
URL: https://github.com/apache/submarine/pull/249#discussion_r404058292
 
 

 ##########
 File path: submarine-server/server-core/src/main/java/org/apache/submarine/server/response/JsonResponse.java
 ##########
 @@ -48,6 +48,7 @@
   private final javax.ws.rs.core.Response.Status status;
   private final int code;
   private final Boolean success;
+  private final Integer errorCode;
 
 Review comment:
   The `code` is the http response code, the `errorCode` meaning the business error.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services