exceptions/cloud_storage_exceptions library

Exceptions / Errors

CloudStorageException
Base class for exceptions related to cloud storage operations.
CouldNotAddGroupParticipantException
Exception thrown when a user could not be added to a group.
CouldNotCreateGroupException
Exception thrown when a group could not be created.
CouldNotCreateTaskException
Exception thrown when a task could not be created.
CouldNotDeleteMessageException
Exception thrown when a group chat message could not be deleted.
CouldNotDeleteTaskException
Exception thrown when a task could not be deleted.
CouldNotEditMessageException
Exception thrown when a group chat message could not be edited.
CouldNotGetAllTasksException
Exception thrown when all tasks could not be fetched.
CouldNotGetGroupByIdException
Exception thrown when a group could not be fetched by document ID.
CouldNotGetGroupParticipantCountException
Exception thrown when the participant count of a group could not be fetched.
CouldNotGetTaskByDocumentIdException
Exception thrown when a task could not be fetched by document ID.
CouldNotGetTimerSettingsException
Exception thrown when timer settings could not be retrieved.
CouldNotGetUserStatisticsException
Exception thrown when the statistics of a user could not be fetched.
CouldNotSaveTimerSettingsException
Exception thrown when timer settings could not be saved.
CouldNotSendMessageException
Exception thrown when a new group chat message could not be submitted.
CouldNotUpdateTaskException
Exception thrown when a task could not be updated.
MultipleGroupsFoundWithSameInviteCodeException
Exception thrown when multiple groups are found with the same invite code (unexpected).
NoGroupFoundWithInviteCodeException
Exception thrown when a group could not be found by invite code.
UserAlreadyParticipantException
Exception thrown when a user is already a participant in a group.