SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onOperationError (event)

Reports a protocol error.

Syntax

- (void)onOperationError:(NSString*)URL :(NSString*)status :(NSString*)error :(NSString*)description;
func onOperationError(_ URL: String, _ status: String, _ error: String, _ 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 iOS Edition - Version 20.0 [Build 8166]