Variable: InstallErrorSchema
Makaio Framework / contracts/client / InstallErrorSchema
Variable: InstallErrorSchema
Section titled “Variable: InstallErrorSchema”
constInstallErrorSchema: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.