SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

OperationError Event

Reports a protocol error.

Syntax

public open class DefaultWebdavclientEventListener : WebdavclientEventListener {
  ...
  public override fun operationError(e: WebdavclientOperationErrorEvent) {}
  ...
}

public class WebdavclientOperationErrorEvent {
  val url: String?
  val status: String?
  val error: String?
  val description: String?
}

Remarks

This event is fired to report a WebDAV protocol error that happened during the data exchange. This is different from Error which reports more general errors out of the scope of WebDAV protocol.

Use ErrorCode to get the error code, and Description for a corresponding textual comment.

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