Contents

FSError.Code.resourceUnusable

FSKit recognizes the resource, but the resource isn’t usable.

Declaration

case resourceUnusable

Discussion

For example, this error occurs when a resource uses a file system’s internal feature flags. If the only modules that support the file system don’t support those feature flags, this code indicates an unusable resource. The error tells the person using the module why the resource isn’t usable.

See Also

Identifying errors