Skip to main content

Enumeration: AddParticipantErrorStatusCode

api/model/errors.AddParticipantErrorStatusCode

Add Participants Status Code Enum

Enumeration Members

ALREADY_IN_GROUP

ALREADY_IN_GROUP = 409

Participant could not be added to group because they are already in the group


GROUP_FULL

GROUP_FULL = 500

Participant could not be added to group because the group is full


PRIVACY_SETTINGS

PRIVACY_SETTINGS = 403

Participant could not be added to group because their privacy settings do not allow you to add them.


RECENTLY_LEFT

RECENTLY_LEFT = 408

Participant could not be added to group because they recently left.