GetTeamError
Possible errors when getting a team.
enum GetTeamError {
NONE
NO_FIELD_SPECIFIED
NAME_TOO_SHORT
NAME_TOO_LONG
NOT_FOUND
}
Values
GetTeamError.NONE
GetTeamError.NO_FIELD_SPECIFIED
GetTeamError.NAME_TOO_SHORT
GetTeamError.NAME_TOO_LONG
GetTeamError.NOT_FOUND
Member Of
GetTeamResponse object