AddFileMemberError
public enum AddFileMemberError : CustomStringConvertible, JSONRepresentable
Errors for addFileMember.
-
An unspecified error.
Declaration
Swift
case userError(Sharing.SharingUserError)
-
An unspecified error.
Declaration
Swift
case accessError(Sharing.SharingFileAccessError)
-
The user has reached the rate limit for invitations.
Declaration
Swift
case rateLimit
-
The custom message did not pass comment permissions checks.
Declaration
Swift
case invalidComment
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }