API ReferenceInterfacesz.ZodTooBigIssue

title: Core.z. Zod Too Big Issue

A2A Node SDK - v0.1.0 / Modules / Core / z / ZodTooBigIssue

Interface: ZodTooBigIssue

Core.z.ZodTooBigIssue

Hierarchy

Table of contents

Properties

Properties

code

code: "too_big"


exact

Optional exact: boolean


inclusive

inclusive: boolean


maximum

maximum: number | bigint


message

Optional message: string

Inherited from

ZodIssueBase.message


path

path: (string | number)[]

Inherited from

ZodIssueBase.path


type

type: "string" | "number" | "bigint" | "date" | "array" | "set"