Skip to content

exceptions

SfApiError

Bases: Exception

Exception indicating an error occurred call the SF API.

Source code in sfapi_client/exceptions.py
def __init__(self, message):
    self.message = message