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