onError (event)

This event is fired when the server sends a protocol error message.

Syntax

- (void)onError:(int)errorCode :(NSString*)description;
func onError(_ errorCode: Int32, _ description: String)

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 class's interpretation of the code.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 iOS Edition - Version 20.0 [Build 8265]