Variable: DirectoryEntryErrorSchema
Makaio Framework / services-core/filesystem/schemas / DirectoryEntryErrorSchema
Variable: DirectoryEntryErrorSchema
Section titled “Variable: DirectoryEntryErrorSchema”
constDirectoryEntryErrorSchema:ZodObject<{code:ZodString;message:ZodString;name:ZodString; },$strip>
Defined in: ../../../packages/services/core/src/filesystem/schemas.ts:105
Per-entry error when reading a directory. Used for partial results when some entries fail to read.