SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

FileError Event

Reports a file access error to the application.

Syntax

public open class DefaultWebdavserverEventListener : WebdavserverEventListener {
  ...
  public override fun fileError(e: WebdavserverFileErrorEvent) {}
  ...
}

public class WebdavserverFileErrorEvent {
  val connectionID: Long
  val fileName: String?
  val errorCode: Int
}

Remarks

component 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 Kotlin Edition - Version 20.0 [Build 8063]