Skip to content

Commit

Permalink
Add ErrorCodeOverride to reservedErrorMembers
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yuan committed Dec 28, 2022
1 parent a60daaa commit a6e6ab2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ final class SymbolVisitor implements SymbolProvider, ShapeVisitor<Symbol> {
.put("ErrorFault", "ErrorFault_")
.put("Unwrap", "Unwrap_")
.put("Error", "Error_")
.put("ErrorCodeOverride", "ErrorCodeOverride_")
.build();

errorMemberEscaper = ReservedWordSymbolProvider.builder()
Expand Down

0 comments on commit a6e6ab2

Please sign in to comment.