Skip to content

Commit

Permalink
fix: misleading error msg when GOOGLE_APPLICATION_CREDENTIALS is not …
Browse files Browse the repository at this point in the history
…used
  • Loading branch information
thundergolfer authored and djc committed Feb 19, 2024
1 parent e97527a commit f10c04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub enum Error {
///
/// By default, the custom service account credentials are parsed from the path pointed to by the
/// `GOOGLE_APPLICATION_CREDENTIALS` environment variable.
#[error("Application profile provided in `GOOGLE_APPLICATION_CREDENTIALS` was not parsable")]
#[error("Unable to parse custom service account credentials")]
CustomServiceAccountCredentials(#[source] serde_json::error::Error),

/// Default user profile not found
Expand Down

0 comments on commit f10c04a

Please sign in to comment.