API ReferenceInterfacesz.ZodInvalidTypeIssue

title: Core.z. Zod Invalid Type Issue

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

Interface: ZodInvalidTypeIssue

Core.z.ZodInvalidTypeIssue

Hierarchy

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"