We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6f3ccd + a14b9a2 commit 62b07b2Copy full SHA for 62b07b2
packages/core/src/amazonqFeatureDev/session/sessionState.ts
@@ -205,6 +205,14 @@ export class FeatureDevCodeGenState extends BaseCodeGenState {
205
429
206
)
207
}
208
+ case codegenResult.codeGenerationStatusDetail?.includes('FileCreationFailed'): {
209
+ return new ApiServiceError(
210
+ i18n('AWS.amazonq.featureDev.error.codeGen.default'),
211
+ 'GetTaskAssistCodeGeneration',
212
+ 'FileCreationFailedException',
213
+ 500
214
+ )
215
+ }
216
default: {
217
return new ApiServiceError(
218
i18n('AWS.amazonq.featureDev.error.codeGen.default'),
0 commit comments