Skip to content

Variable: InstallErrorSchema

Makaio Framework


Makaio Framework / contracts/client / InstallErrorSchema

const InstallErrorSchema: ZodObject<{ code: ZodOptional<ZodString>; message: ZodString; }, $strip>

Defined in: ../../../packages/contracts/src/client/binary-management.ts:276

Terminal install error descriptor emitted in client.installJob.completed when the job ends in failure.