We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Add name to exceptions in models/index.ts Refs:
To Reproduce Run CodeGen with latest smithy-typescript having fix in #92
Expected behavior CodeGen CI succeeds
The text was updated successfully, but these errors were encountered:
Code which adds __type to Exception in models/index.ts https://github.com/awslabs/smithy-typescript/blob/afd715a3eb49cc4565cf2e19452d09462051507f/smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/StructureGenerator.java#L160
__type
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Add name to exceptions in models/index.ts
Refs:
To Reproduce
Run CodeGen with latest smithy-typescript having fix in #92
Expected behavior
CodeGen CI succeeds
The text was updated successfully, but these errors were encountered: