SecureBlackbox 2020 Node.js Edition

Questions / Feedback?

OperationError Event

Reports a protocol error.

Syntax

webdavclient.on('OperationError', [callback])

Callback

The 'callback' is called when the 'OperationError' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.URL
e.status
e.error
e.description

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 Node.js Edition - Version 20.0 [Build 8165]