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 cf43db5 commit 6277e76Copy full SHA for 6277e76
firebase-ai/src/main/kotlin/com/google/firebase/ai/LiveGenerativeModel.kt
@@ -129,7 +129,7 @@ internal constructor(
129
throw ServiceConnectionHandshakeFailedException("Unable to connect to the server")
130
}
131
} catch (e: ClosedReceiveChannelException) {
132
- throw ServiceConnectionHandshakeFailedException("Error: Too many concurrent live requests", e)
+ throw ServiceConnectionHandshakeFailedException("Channel was closed by the server", e)
133
134
135
0 commit comments