INNER CODE UNIT · Python
TabNotFound
Squarespace/datasheets · datasheets/exceptions.py:20
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 """