method ZodSchema.prototype.catchimport { ZodSchema } from "https://dotland.deno.dev/x/zod@v3.21.4/types.ts"; catch(def: Output): ZodCatch<this>catch(def: (ctx: { error: ZodError; input: Input; }) => Output): ZodCatch<this>Parametersdef: OutputReturnsZodCatch<this>Parametersdef: (ctx: { error: ZodError; input: Input; }) => OutputReturnsZodCatch<this>