You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/04/09 00:32:00 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on a change in pull request #1699: [SCB-1859] modify sdk error msg

liubao68 commented on a change in pull request #1699: [SCB-1859] modify sdk error msg
URL: https://github.com/apache/servicecomb-java-chassis/pull/1699#discussion_r405890896
 
 

 ##########
 File path: swagger/swagger-invocation/invocation-core/src/main/java/org/apache/servicecomb/swagger/invocation/exception/ExceptionFactory.java
 ##########
 @@ -32,7 +32,7 @@
   //    private static final int PROVIDER_INNER_STATUS_CODE = 510;
   public static final int PRODUCER_INNER_STATUS_CODE = 590;
 
-  public static final String PRODUCER_INNER_REASON_PHRASE = "Cse Internal Server Error";
+  public static final String PRODUCER_INNER_REASON_PHRASE = "Unexpected error happened, please check your server logic and error log";
 
 Review comment:
   `Unexpected producer error happened, please check logs for details.`
   `Unexpected consumer error happened, please check logs for details.`
   

----------------------------------------------------------------
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