Variable JiraExpressionValidationErrorSchemaConst
JiraExpressionValidationErrorSchema: ZodObject<
{
column: ZodOptional<ZodNumber>;
expression: ZodOptional<ZodString>;
line: ZodOptional<ZodNumber>;
message: ZodString;
type: ZodCustom<
"type"
| "other"
| string & {}
| "syntax",
"type" | "other" | string & {} | "syntax",
>;
},
$loose,
> = ...
Details about syntax and type errors. The error details apply to the entire expression, unless the object includes:*
lineandcolumn*expression