MembersSetProfilePhotoError
public enum MembersSetProfilePhotoError : CustomStringConvertible, JSONRepresentable
The MembersSetProfilePhotoError union
-
No matching user found. The provided team_member_id, email, or external_id does not exist on this team.
Declaration
Swift
case userNotFound
-
The user is not a member of the team.
Declaration
Swift
case userNotInTeam
-
Modifying deleted users is not allowed.
Declaration
Swift
case setProfileDisallowed
-
An unspecified error.
Declaration
Swift
case photoError(Account.SetProfilePhotoError)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }