title: Core.z. Zod Too Small Issue
A2A Node SDK - v0.1.0 / Modules / Core / z / ZodTooSmallIssue
Interface: ZodTooSmallIssue
Hierarchy
-
↳
ZodTooSmallIssue
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"