TeamFolderInvalidStatusError
public enum TeamFolderInvalidStatusError : CustomStringConvertible, JSONRepresentable
The TeamFolderInvalidStatusError union
-
The folder is active and the operation did not succeed.
Declaration
Swift
case active
-
The folder is archived and the operation did not succeed.
Declaration
Swift
case archived
-
The folder is being archived and the operation did not succeed.
Declaration
Swift
case archiveInProgress
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }