TeamArchiveError
public enum TeamArchiveError : String
Enum for errors that can occur when archiving a team
-
An internal error occurred
Declaration
Swift
case internalError
-
Could not find the specified team
Declaration
Swift
case teamNotFound
-
The team was already archived
Declaration
Swift
case alreadyArchived
-
The current logged in user is not a moderator
Declaration
Swift
case userIsNotModerator
-
Archive failed
Declaration
Swift
case archiveFailed