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 {
157157
158158package com.google.firebase.ai.type {
159159
160+ public final class APINotConfiguredException extends com.google.firebase.ai.type.FirebaseAIException {
161+ }
162+
160163 public final class AudioRecordInitializationFailedException extends com.google.firebase.ai.type.FirebaseAIException {
161164 ctor public AudioRecordInitializationFailedException(String message);
162165 }
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ public class UnsupportedUserLocationException internal constructor(cause: Throwa
158158 * [steps](https://firebase.google.com/docs/ai-logic/faq-and-troubleshooting?api=dev#error-genai-config-not-found)
159159 * to enable the Gemini Developer API.
160160 */
161- internal class APINotConfiguredException internal constructor(cause : Throwable ? = null ) :
161+ public class APINotConfiguredException internal constructor(cause : Throwable ? = null ) :
162162 FirebaseAIException (" Gemini Developer API not enabled in Firebase console." , cause)
163163
164164/* *
You can’t perform that action at this time.
0 commit comments