File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/main/kotlin/com/google/firebase/ai/type Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,9 @@ package com.google.firebase.ai.java {
157
157
158
158
package com.google.firebase.ai.type {
159
159
160
+ public final class APINotConfiguredException extends com.google.firebase.ai.type.FirebaseAIException {
161
+ }
162
+
160
163
public final class AudioRecordInitializationFailedException extends com.google.firebase.ai.type.FirebaseAIException {
161
164
ctor public AudioRecordInitializationFailedException(String message);
162
165
}
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ public class UnsupportedUserLocationException internal constructor(cause: Throwa
158
158
* [steps](https://firebase.google.com/docs/ai-logic/faq-and-troubleshooting?api=dev#error-genai-config-not-found)
159
159
* to enable the Gemini Developer API.
160
160
*/
161
- internal class APINotConfiguredException internal constructor(cause : Throwable ? = null ) :
161
+ public class APINotConfiguredException internal constructor(cause : Throwable ? = null ) :
162
162
FirebaseAIException (" Gemini Developer API not enabled in Firebase console." , cause)
163
163
164
164
/* *
You can’t perform that action at this time.
0 commit comments