Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add invalidAPIKey case to GenerateContentError #91

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

andrewheard
Copy link
Collaborator

Added an invalidAPIKey case to GenerateContentError to allow developers to catch invalid API key errors at runtime (e.g., when a key is revoked).

Example usage:

do {
  let content = try await model.generateContent("Why is the sky blue?")
} catch GenerateContentError.invalidAPIKey {
  print("The provided API key is invalid.")
}

@github-actions github-actions bot added component:swift sdk Issue/PR related to Swift SDK status:awaiting review PR awaiting review from a maintainer labels Jan 17, 2024
@andrewheard andrewheard requested a review from paulb777 January 17, 2024 23:23
@andrewheard andrewheard merged commit d395e44 into main Jan 18, 2024
9 checks passed
@andrewheard andrewheard deleted the ah/invalid-api-key branch January 18, 2024 15:50
@github-actions github-actions bot removed the status:awaiting review PR awaiting review from a maintainer label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:swift sdk Issue/PR related to Swift SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants