Contents

fileAccessDenied

An error indicating that the system can’t transfer a file because it is inaccessible.

Declaration

static var fileAccessDenied: WCError.Code { get }

Discussion

This error can occur when the file path is invalid or the app has insufficient privileges to access the file.

See Also

Understanding Error Codes