ENUM

RemoveSquadStreamMemberErrorCode

RemoveSquadStreamMemberErrorCode are the possible errors that this mutation returns.

link GraphQL Schema definition

1enum RemoveSquadStreamMemberErrorCode {
2
3# The user is not authorized to remove members from the squad.
4UNAUTHORIZED
5
6# The user to be removed is not in the squad specified.
7USER_NOT_IN_SQUAD
8}