exceptions SfApiError Bases: Exception Exception indicating an error occurred call the SF API. Source code in sfapi_client/exceptions.py 6 7def __init__(self, message): self.message = message