Aias00 opened a new pull request, #3603: URL: https://github.com/apache/dubbo-go/pull/3603
Add Go doc comments to every ErrorType constant and to classifyError, explaining which Triple/gRPC status code each category maps to and which layer (caller/deadline, back-pressure, service availability, business, network, codec) it represents. Clarify why ErrorTypeNetworkFailure and ErrorTypeCodec are reserved but not yet produced: both candidate source codes collapse into the catch-all CodeInternal, which cannot be split reliably at the status-code level, so they fall through to ErrorTypeUnknown today. Refs #3598 (task #21) ### Description Fixes # (issue) ### Checklist - [x] I confirm the target branch is `develop` - [x] Code has passed local testing - [x] I have added tests that prove my fix is effective or that my feature works -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
