Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
genkit
/
z
ZodInvalidReturnTypeIssue
Interface ZodInvalidReturnTypeIssue
interface
ZodInvalidReturnTypeIssue
{
code
:
"invalid_return_type"
;
message
?:
string
;
path
:
(
string
|
number
)
[]
;
returnTypeError
:
ZodError
<
any
>
;
}
Hierarchy (
View Summary
)
ZodIssueBase
ZodInvalidReturnTypeIssue
Index
Properties
code
message?
path
return
Type
Error
Properties
code
code
:
"invalid_return_type"
Optional
message
message
?:
string
path
path
:
(
string
|
number
)
[]
return
Type
Error
returnTypeError
:
ZodError
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
path
return
Type
Error
Genkit JS API reference
Loading...