Skip to content

Commit 8e5b8b6

Browse files
fix: update AuthenticationError message and add py.typed file
1 parent 579811b commit 8e5b8b6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/sap_cloud_sdk/core/data_anonymization/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ class TransportError(DataAnonymizationError):
2020

2121

2222
class AuthenticationError(DataAnonymizationError):
23-
"""Raised when OAuth2 authentication fails."""
23+
"""Raised when mTLS authentication fails."""
2424

2525
pass

src/sap_cloud_sdk/core/data_anonymization/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)