ENUM

LeaveSquadStreamErrorCode

LeaveSquadStreamErrorCode are the possible errors that this mutation returns.

link GraphQL Schema definition

1enum LeaveSquadStreamErrorCode {
2
3# The user is not in the squad specified.
4USER_NOT_IN_SQUAD
5
6# The operation is unauthorized.
7UNAUTHORIZED
8}