onError (event)

Fires if an unhandled error occurs during an event.

Syntax

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

Remarks

This event fires if an unhandled error occurs during another event. Developers can use this information to help track down unhandled errors in an application's event handlers.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Vault 2020 iOS Edition - Version 20.0 [Build 8165]