notPermitted
Operation not permitted.
Declaration
static var notPermitted: Errno { get }Mentioned in
Discussion
An attempt was made to perform an operation limited to processes with appropriate privileges or to the owner of a file or other resources.
The corresponding C error is EPERM.