Skip to content

Variable: JqlFunctionPrecomputationUpdateErrorResponseSchema

ts
const JqlFunctionPrecomputationUpdateErrorResponseSchema: ZodObject<{
  errorMessages: ZodOptional<ZodArray<ZodString>>;
  notFoundPrecomputationIDs: ZodOptional<ZodArray<ZodString>>;
}, $loose>;

Defined in: src/cloud/models/jqlFunctionPrecomputationUpdateErrorResponse.ts:5

Error response returned updating JQL Function precomputations fails.