cterasdk.exceptions.notifications module#
- exception cterasdk.exceptions.notifications.AncestorsError(folder_id, guid)#
Bases:
CTERAExceptionAncestors Error
- Variables:
folder_id (int) – Cloud Drive folder unique identifer
guid (str) – File GUID
- exception cterasdk.exceptions.notifications.BaseNotificationsError(strerror, cloudfolders)#
Bases:
CTERAExceptionBase Notifications Rrror
- Variables:
cloudfolders (list[int]) – List of cloudfolders
- exception cterasdk.exceptions.notifications.NotificationsError(cloudfolders, cursor)#
Bases:
BaseNotificationsErrorNotifications error
- Variables:
cloudfolders (list[int]) – List of cloudfolders
cursor (str) – Cursor
- exception cterasdk.exceptions.notifications.TooManyVolumesRequestedError(cloudfolders, message)#
Bases:
BaseNotificationsErrorRaised when the number of volumes requested is outside the allowed range.
- Variables:
min_size (int) – Min allowed number of cloudfolders.
max_size (int) – Max allowed number of cloudfolders.