SCCameraKitErrorHandler
Objective-C
@protocol SCCameraKitErrorHandler
Swift
protocol ErrorHandler
Describes an interface to handler errors and exceptions related to CameraKit
-
Handle error thrown by CameraKit
Declaration
Objective-C
- (void)handleError:(nonnull NSException *)error;
Swift
func handleError(_ error: NSException)
Parameters
error
exception thrown by CameraKit