INNER CODE UNIT · Python

MultipleWorkbooksFound

Squarespace/datasheets · datasheets/exceptions.py:12

class MultipleWorkbooksFound(DatasheetsException):
    """ Multiple workbooks found for the given filename """


class PermissionNotFound(DatasheetsException):
    """ Trying to retrieve non-existent permission for workbook """


class TabNotFound(DatasheetsException):
    """ Trying to open non-existent tab """


class WorkbookNotFound(DatasheetsException):
    """ Trying to open non-existent or inaccessible workbook """


class FetchDataError(DatasheetsException):
    """ Error occurred when fetching tab data """

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…