-
- Downloads
Rename error generators (#2107)
* Generate operation errors from codegen visitors * Rename error generators
Showing
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsPresigningDecorator.kt 1 addition, 1 deletion.../software/amazon/smithy/rustsdk/AwsPresigningDecorator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/ClientCodegenVisitor.kt 32 additions, 0 deletions...smithy/rust/codegen/client/smithy/ClientCodegenVisitor.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/PaginatorGenerator.kt 1 addition, 2 deletions...st/codegen/client/smithy/generators/PaginatorGenerator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/ServiceGenerator.kt 2 additions, 2 deletions...rust/codegen/client/smithy/generators/ServiceGenerator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/client/FluentClientGenerator.kt 3 additions, 4 deletions.../client/smithy/generators/client/FluentClientGenerator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/protocol/ProtocolTestGenerator.kt 1 addition, 2 deletions...lient/smithy/generators/protocol/ProtocolTestGenerator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/protocols/HttpBoundProtocolGenerator.kt 6 additions, 6 deletions...gen/client/smithy/protocols/HttpBoundProtocolGenerator.kt
- codegen-client/src/test/kotlin/software/amazon/smithy/rust/codegen/client/smithy/ClientCodegenVisitorTest.kt 1 addition, 1 deletion...hy/rust/codegen/client/smithy/ClientCodegenVisitorTest.kt
- codegen-client/src/test/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/protocol/ProtocolTestGeneratorTest.kt 1 addition, 1 deletion...t/smithy/generators/protocol/ProtocolTestGeneratorTest.kt
- codegen-client/src/test/kotlin/software/amazon/smithy/rust/codegen/client/smithy/protocols/eventstream/ClientEventStreamBaseRequirements.kt 13 additions, 0 deletions...rotocols/eventstream/ClientEventStreamBaseRequirements.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/RustModule.kt 5 additions, 0 deletions...re/amazon/smithy/rust/codegen/core/rustlang/RustModule.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/EventStreamSymbolProvider.kt 1 addition, 1 deletion...thy/rust/codegen/core/smithy/EventStreamSymbolProvider.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/error/OperationErrorGenerator.kt 9 additions, 71 deletions...n/core/smithy/generators/error/OperationErrorGenerator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/error/ServiceErrorGenerator.kt 3 additions, 7 deletions...gen/core/smithy/generators/error/ServiceErrorGenerator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/parse/EventStreamUnmarshallerGenerator.kt 1 addition, 1 deletion...mithy/protocols/parse/EventStreamUnmarshallerGenerator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/serialize/EventStreamErrorMarshallerGenerator.kt 1 addition, 1 deletion...rotocols/serialize/EventStreamErrorMarshallerGenerator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/EventStreamTestTools.kt 13 additions, 7 deletions...smithy/rust/codegen/core/testutil/EventStreamTestTools.kt
- codegen-core/src/test/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/error/OperationErrorGeneratorTest.kt 2 additions, 2 deletions...re/smithy/generators/error/OperationErrorGeneratorTest.kt
- codegen-core/src/test/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/error/ServiceErrorGeneratorTest.kt 14 additions, 2 deletions...core/smithy/generators/error/ServiceErrorGeneratorTest.kt
- codegen-server/python/src/main/kotlin/software/amazon/smithy/rust/codegen/server/python/smithy/generators/PythonServerOperationErrorGenerator.kt 5 additions, 6 deletions.../smithy/generators/PythonServerOperationErrorGenerator.kt
Loading
Please register or sign in to comment