You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/FeatureDevConstants.kt
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,14 @@ const val DEFAULT_RETRY_LIMIT = 0
19
19
// Max allowed size for a repository in bytes
20
20
constvalMAX_PROJECT_SIZE_BYTES:Long=200*1024*1024
21
21
22
+
valCLIENT_ERROR_MESSAGES=setOf(
23
+
"Improperly formed request",
24
+
"Resource not found",
25
+
"StartTaskAssistCodeGeneration reached for this month.",
26
+
"The folder you chose did not contain any source files in a supported language. Choose another folder and try again.",
27
+
"reached the quota for number of iterations on code generation."
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/FeatureDevExceptions.kt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,9 @@ open class FeatureDevException(override val message: String?, val operation: Str
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevControllerExtensions.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevControllerTest.kt
0 commit comments