in confidence/errors.py [0:0]
def __init__(self, error_message: typing.Optional[str] = None):
"""
Constructor for the TimeoutError. The error code for this type of exception
is ErrorCode.TIMEOUT.
"""
super().__init__(ErrorCode.TIMEOUT, error_message)