Skip to content

Commit

Permalink
Source Google Search Console: fix spelling mistakes in connector exce…
Browse files Browse the repository at this point in the history
…ptions (#32921)
  • Loading branch information
attaxia authored Nov 29, 2023
1 parent ad3524d commit 50aaf0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ def __init__(self, invalid_site_url: Union[Set, List]) -> None:

class UnauthorizedOauthError(Exception):
def __init__(self):
message = "Unable to connect with privided OAuth credentials. The `access token` or `refresh token` is expired. Please re-authrenticate using valid account credenials."
message = "Unable to connect with provided OAuth credentials. The `access token` or `refresh token` is expired. Please re-authrenticate using valid account credenials."
super().__init__(message)


class UnauthorizedServiceAccountError(Exception):
def __init__(self):
message = "Unable to connect with privided Service Account credentials. Make sure the `sevice account crdentials` povided is valid."
message = "Unable to connect with provided Service Account credentials. Make sure the `sevice account credentials` provided are valid."
super().__init__(message)


Expand Down

0 comments on commit 50aaf0b

Please sign in to comment.