Skip to content

Commit

Permalink
Merge pull request #75 from amzn/calling_error_type_additional_extens…
Browse files Browse the repository at this point in the history
…ions

Address issue where errorTypeAdditionalExtensions was not called
  • Loading branch information
tachyonics authored Aug 15, 2023
2 parents 3b359da + 4a7e698 commit 4e9ffec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ public extension ServiceModelCodeGenerator where TargetSupportType: ModelTargetS
""")
}

delegate.errorTypeAdditionalExtensions(fileBuilder: fileBuilder, errorTypes: sortedErrors, baseName: baseName)

if delegate.generateCustomStringConvertibleConformance
&& delegate.generateEncodableConformance {
fileBuilder.appendEmptyLine()
Expand Down

0 comments on commit 4e9ffec

Please sign in to comment.