CreateFolderBatchError
public enum CreateFolderBatchError : CustomStringConvertible, JSONRepresentable
The CreateFolderBatchError union
-
The operation would involve too many files or folders.
Declaration
Swift
case tooManyFiles
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }