method z.Schema.prototype.catchimport { z } from "https://dotland.deno.dev/x/zod@v3.21.4/mod.ts"; const { Schema } = z; 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>