Skip to content

Commit 0dae5d8

Browse files
authored
rename synthetic error namespace to smithy (#1611)
1 parent 4642e7e commit 0dae5d8

File tree

1 file changed

+1
-1
lines changed
  • smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/schema

1 file changed

+1
-1
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/schema/SchemaGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ private void writeBaseError() {
275275
writer.write("""
276276
export var $L = error($S, $S, 0, [], []""",
277277
serviceExceptionName,
278-
"awssdkjs.synthetic." + namespace,
278+
"smithy.ts.sdk.synthetic." + namespace,
279279
serviceExceptionName
280280
);
281281
writer.writeInline(",$L", exceptionCtorSymbolName);

0 commit comments

Comments
 (0)