Click or drag to resize
Error Enumeration
Error type for errors generated locally in the API.

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public enum Error
Members
  Member nameValueDescription
ServerTicketExpired-1Ticket expired.
ServerSwitchedWid-2Workstation id changed.
ServerEmergencyLoginExpired-3Emergency login expired.
ServerOtherSessionLoggedIn-4Other session logged in.
NoError0No error.
General1General error. See message
InvalidParameter2At least one of the specified parameters are invalid
Connect3Connect failed
Proxy4Connect through proxy failed
NotLoggedIn5Not logged in
Disconnected6Disconnected
Timeout7Timeout
ServerBadRequest400Server error. Bad request
ServerUnauthorized401Server error. Unauthorized
ServerNotFound404Server error. Not found
ServerNotAllowed405Server error. Not allowed
ServerNotAcceptable406Server error. Not acceptable
ServerInvalidTicket407Server error. Invalid ticket
ServerInternalServerError500Server error. Internal server error
ServerNotImplemented501Server error. Not implemented
ServerServiceUnavailable503Server error. Service unavailable
ServerVersionNotSupported505Server error. version not supported
ServerLoggedOff700Server error. Logged off
ServerUnknownError999Server error. Unknown error
See Also