Error Event
This event is fired when the server sends a protocol error message.
Syntax
type TErrorEvent = procedure Error(Sender: TObject; ErrorCode: Integer; const Description: String) of object;property OnError: TErrorEvent read FOnError write FOnError;
Remarks
This is fired whenever there is a protocol error. ErrorCode will contain the error code string sent by the server. Description will contain the Xmpp component's interpretation of the code.