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/common/util/AmazonQCodeGenService.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/FeatureDevConstants.kt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,6 @@ const val DEFAULT_RETRY_LIMIT = 0
20
20
constvalMAX_PROJECT_SIZE_BYTES:Long=200*1024*1024
21
21
22
22
valCLIENT_ERROR_MESSAGES=setOf(
23
-
"Improperly formed request",
24
-
"Resource not found",
25
23
"StartTaskAssistCodeGeneration reached for this month.",
26
24
"The folder you chose did not contain any source files in a supported language. Choose another folder and try again.",
27
25
"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
+40-14Lines changed: 40 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -24,52 +24,78 @@ open class FeatureDevException(override val message: String?, val operation: Str
24
24
}
25
25
}
26
26
27
+
/**
28
+
* Exceptions extending this class are considered "errors" in service metrics.
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevControllerExtensions.kt
0 commit comments