Enum WolfErrorCode
Represents wolf error codes.
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public enum WolfErrorCode
Fields
| Name | Description |
|---|---|
| AlreadyContactOrGroupNameForbidden | User is already a contact, or group name is blacklisted. |
| AlreadyInGroup | User already a member of the group. |
| Banned | User banned in the group. |
| GameJoinOnly | Game join only. |
| GroupFull | Group is full. |
| GroupLocked | Group is locked. |
| GroupNameTaken | Group name is already in use. |
| GroupNameTooShort | Group name is too short. |
| GroupNotExisting | Group does not exist. |
| HigherLevelRequired | Higher reputation level is required. |
| LoginIncorrectOrCannotSendMessage | Login was incorrect, or cannot send message. |
| MaxGroupsReached | Already in max count of groups. |
| NoSuchUser | User does not exist. |
| RestrictedToNewUsers | Only new users can perform this action. |
| TooManyAccounts | Too many accounts. |
| TosViolations | Terms of Service violations. |