Contents

resourceBusy

Resource busy.

Declaration

static var resourceBusy: Errno { get }

Mentioned in

Discussion

You attempted to use a system resource which was in use at the time, in a manner that would have conflicted with the request.

The corresponding C error is EBUSY.

See Also

System Call Errors