HomminLee commented on issue #10394:
URL: 
https://github.com/apache/dolphinscheduler/issues/10394#issuecomment-1152154177

   Maybe should print the not valid reason to error msg, like tenantCode:
   
   ```
   if(StringUtils.length(tenantCode) > TENANT_FULL_NAME_MAX_LENGTH){
       putMsg(result, Status.TENANT_FULL_NAME_TOO_LONG_ERROR);
       return result;
   }
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to