<!--
{
  "availability" : [
    "macOS: 15.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSError/Code/resourceUnusable",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:@E@FSErrorCode@FSErrorResourceUnusable"
  },
  "title" : "FSError.Code.resourceUnusable"
}
-->

# FSError.Code.resourceUnusable

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

```
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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)