SecureBlackbox 2020 PHP Edition

Questions / Feedback?

FileError Event

Reports a file access error to the application.

Object Oriented Interface

public function fireFileError($param);

Procedural Interface

secureblackbox_webdavserver_register_callback($res, 10, array($this, 'fireFileError'));

Parameter List


'connectionid'
'filename'
'errorcode'

Remarks

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 PHP Edition - Version 20.0 [Build 8154]