Internet Direct (Indy)
Home
PreviousUpNext
TIdIdentErrorType Enumeration

Specifies the error to send to the Ident client in the ReplyError method.

Pascal
TIdIdentErrorType = (
  ieInvalidPort,
  ieNoUser,
  ieHiddenUser,
  ieUnknownError
);

TIdIdentErrorType is used to specify the error to send to the Ident client in the ReplyError method. 

TIdIdentErrorType can contains on the following values and associated meanings: 

 

Value Meaning 
 

------------- ---------------------------------------------------

 

ieInvalidPort The port specified by the query is not valid 
ieNoUser The port pair specified is not in use or not used by an identifiable entity 
ieHiddenUser The user was identified but wishes to remain anonymous 
ieUnknownError The server indicated another problem, could not identify the problem, or in place of the other codes if for example, the server wishes to hide something that is implied by the other errors 

TIdentServer.ReplyError

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.