Python CodeGen should provide clear message for self-service trouble shooting #5509
Open
3 tasks done
Labels
emitter:client:python
Issue for the Python client emitter: @typespec/http-client-python
Clear and concise description of the problem
We need to empower our customers both internal and external to easily trouble shooting and fix spec issues that would block the CodeGen.
If certain TypeSpec features or patterns are not supported by CodeGen, we should clearly point it out and suggest them to update the spec with the features we supported for CodeGen.
Today, Python CodeGen just returned a big call-stack like below which could not help for self-service resolving the problem.
I suggest we improve the following areas:
The error reported today (copied from Azure/autorest.python#2975 (comment)):
Checklist
The text was updated successfully, but these errors were encountered: