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 c72534e commit e15a7b8Copy full SHA for e15a7b8
FirebaseAI/Sources/AILog.swift
@@ -142,7 +142,7 @@ enum AILog {
142
143
static func makeInternalError(message: String, code: MessageCode) -> GenerateContentError {
144
let error = GenerateContentError.internalError(underlying: NSError(
145
- domain: "",
+ domain: "com.google.generative-ai",
146
code: -1,
147
userInfo: [NSLocalizedDescriptionKey: message]
148
))
0 commit comments