SecureBlackbox 2020 Android Edition

Questions / Feedback?

FileError Event

Reports a file access error to the application.

Syntax

public class DefaultHttpserverEventListener implements HttpserverEventListener {
  ...
  public void fileError(HttpserverFileErrorEvent e) {}
  ...
}

public class HttpserverFileErrorEvent {
  public long connectionID;
  public String fileName;
  public int errorCode;
}

Remarks

The 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 Android Edition - Version 20.0 [Build 8156]