Contents

permissionDenied

Permission denied.

Declaration

static var permissionDenied: Errno { get }

Mentioned in

Discussion

You attempted to access a file in a way that’s forbidden by the file’s access permissions.

The corresponding C error is EACCES.

See Also

File and Directory Errors