notifyOpenFailure

fun notifyOpenFailure(errorCode: ErrorCode, e: Throwable? = null)

Notify the FileRequestHandlers in ManagedFileWrapper.fileRequestQueue that the file action encountered a failure while opening.

Parameters

errorCode

The ErrorCode describing the failure.

e

The optional Throwable related to the failure if one exists; null otherwise.