API ReferenceInterfacesz.ZodTooSmallIssue

title: Core.z. Zod Too Small Issue

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

Interface: ZodTooSmallIssue

Core.z.ZodTooSmallIssue

Hierarchy

Table of contents

Properties

Properties

code

code: "too_small"


exact

Optional exact: boolean


inclusive

inclusive: boolean


message

Optional message: string

Inherited from

ZodIssueBase.message


minimum

minimum: number | bigint


path

path: (string | number)[]

Inherited from

ZodIssueBase.path


type

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