MembershipUpdateError
public enum MembershipUpdateError : String
Error enum when updating a Membership
-
Internal error
Declaration
Swift
case internalError -
Invalid Membership id
Declaration
Swift
case invalidMembershipId -
The space is provisional and not yet created
Declaration
Swift
case spaceIsProvisional -
Failed to remove moderator
Declaration
Swift
case failedToRemoveModerator -
There is an active moderator, you cannot make changes to space moderation if you are not an active moderator.
Declaration
Swift
case insufficientSpacePrivileges
View on GitHub