in dell_ai/exceptions.py [0:0]
def __init__(self, message, original_error=None):
"""Initialize the authentication error.
Args:
message: A descriptive error message about the authentication failure.
original_error: The original exception that caused this error, if any.
"""
super().__init__(message, original_error)