title: Core.z. Zod Invalid Type Issue
A2A Node SDK - v0.1.0 / Modules / Core / z / ZodInvalidTypeIssue
Interface: ZodInvalidTypeIssue
Hierarchy
-
↳
ZodInvalidTypeIssue
Table of contents
Properties
Properties
code
• code: "invalid_type"
expected
• expected: "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "nan" | "integer" | "float" | "date" | "null" | "array" | "unknown" | "promise" | "void" | "never" | "map" | "set"
message
• Optional message: string
Inherited from
ZodIssueBase.message
path
• path: (string | number)[]
Inherited from
ZodIssueBase.path
received
• received: "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "nan" | "integer" | "float" | "date" | "null" | "array" | "unknown" | "promise" | "void" | "never" | "map" | "set"