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.
1 parent 7a90966 commit b694273Copy full SHA for b694273
jetbrains-core/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
@@ -264,6 +264,9 @@ class CodeWhispererService {
264
} else {
265
message("codewhisperer.trigger.error.client_side")
266
}
267
+ if (statusCode < 500) {
268
+ LOG.debug(e) { "Error invoking CodeWhisperer service" }
269
+ }
270
271
val exceptionType = e::class.simpleName
272
val responseContext = ResponseContext(sessionId, CodewhispererCompletionType.Unknown)
0 commit comments