Skip to content

Variable: DirectoryEntryErrorSchema

Makaio Framework


Makaio Framework / services-core/filesystem/schemas / DirectoryEntryErrorSchema

const DirectoryEntryErrorSchema: 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.