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.
Permission denied.
static var permissionDenied: Errno { get }You attempted to access a file in a way that’s forbidden by the file’s access permissions.
The corresponding C error is EACCES.