SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onFileError (event)

Reports a file access error to the application.

Syntax

- (void)onFileError:(long long)connectionID :(NSString*)fileName :(int)errorCode;
func onFileError(_ connectionID: Int64, _ fileName: String, _ errorCode: Int32)

Remarks

The class uses this event to report a file access errors. FileName and ErrorCode contain the file path and the error code respectively.

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