DotMSN

MSNError Enumeration

Specifies an error a MSN Server can send.

[Visual Basic]
Public Enum MSNError
[C#]
public enum MSNError

Members

Member Name Description
SyntaxError Syntax error.
InvalidParameter Invalid parameter.
InvalidUser Invalid user.
MissingDomain Missing domain.
AlreadyLoggedIn The user is already logged in.
InvalidUsername The username specified is invalid.
InvalidFullUsername The full username specified is invalid.
UserListFull User's contact list is full.
UserAlreadyThere User is already specified.
UserAlreadyOnList User is already on the list.
UserNotOnline User is not online.
AlreadyInMode Already in stated mode.
UserInOppositeList User is in opposite (conflicting) list.
ContactGroupNameExists Contactgroup name already exists.
SwitchboardFailed Switchboard request failed.
SwitchboardTransferFailed Switchboard transfer failed.
MissingRequiredField Required field is missing.
NotLoggedIn User is not logged in.
InternalServerError Internal server error.
DatabaseServerError Databaseserver error.
FileOperationFailed File operation failed.
MemoryAllocationFailed Memory allocation failure.
ServerIsBusy Server is busy.
ServerIsUnavailable Server is unavailable.
NameServerDown Nameserver is down.
DatabaseConnectionFailed Database connection failed.
ServerGoingDown Server is going down.
CouldNotCreateConnection Connection creation failed.
WriteIsBlocking Write is blocking.
SessionIsOverloaded Session is overloaded.
TooManyActiveUsers Too many active users.
TooManySessions Too many sessions.
NotExpected Not expected command.
BadFriendFile Bad friend file.
AuthenticationFailed Authentication failed.
NotAllowedWhenOffline Action is not allowed when user is offline.
NotAcceptingNewUsers New users are not accepted.

Requirements

Namespace: XihSolutions.DotMSN

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

XihSolutions.DotMSN Namespace