8000 modified error messages · RomaSergeevich/twilio-python@ceebd46 · GitHub
[go: up one dir, main page]

Skip to content

Commit ceebd46

Browse files
committed
modified error messages
1 parent b973065 commit ceebd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/credential/orgs_credential_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self, client_id: str, client_secret: str, token_manager=None):
1212
super().__init__(AuthType.CLIENT_CREDENTIALS)
1313

1414
if client_id is None or client_secret is None:
15-
raise TwilioException("Invalid credentials passed")
15+
raise TwilioException("Client id and Client secret are mandatory")
1616

1717
self.grant_type = "client_credentials"
1818
self.client_id = client_id

0 commit comments

Comments
 (0)
0