API reference › @evolu/common › Fs › FsErrorReason
type FsErrorReason =
| "NotFound"
| "AlreadyExists"
| "PermissionDenied"
| "IsDirectory"
| "NotDirectory"
| "NotEmpty"
| "Busy"
| "Unknown";
Defined in: packages/common/src/Fs.ts:421
Why a file system operation failed, mapped from the platform's error code.