gosonzhang commented on issue #8716: URL: https://github.com/apache/inlong/issues/8716#issuecomment-1678330025
Analyze the return of the error code, the modification of this part involves the return result of RPC. In order to avoid compatibility problems caused by hasty modification, the current practice is temporarily maintained here: if the operation of the API returns successfully, it returns 0, and the others fail; the operation sub-item The return of 200 or 0 is success, and the others are failure Subsequent versions will improve the implementation of this area, and the final desired effect: 0 means success, and other non-zero values are abnormal Analyzing the return of the API, there is a point that does not meet the above requirements, and a PR needs to be submitted for modification -- 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]
