You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/exception/ApiAlertException.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@
25
25
*
26
26
*
27
27
* <pre>
28
-
* An exception message that needs to be notified to front-end,
29
-
* usually a <strong>simple</strong>, clear</strong> message, e.g:
30
-
* <p>1. Username already exists</p>
31
-
* <p>2. No permission, please contact the administrator</p>
28
+
* To notify the frontend of an exception message,
29
+
* it is usually a <strong> clear </strong> and <strong> concise </strong> message, e.g:
30
+
* <p>1. The username already exists.</p>
31
+
* <p>2. No permission, please contact the administrator.</p>
0 commit comments