Zodiac API Documentation - v0.0.3
Preparing search index...
z
ZodInvalidUnionIssue
Interface ZodInvalidUnionIssue
interface
ZodInvalidUnionIssue
{
path
:
(
string
|
number
)
[]
;
message
?:
string
;
code
:
"invalid_union"
;
unionErrors
:
ZodError
<
any
>
[]
;
}
Hierarchy (
View Summary
)
ZodIssueBase
ZodInvalidUnionIssue
Index
Properties
path
message?
code
union
Errors
Properties
path
path
:
(
string
|
number
)
[]
Optional
message
message
?:
string
code
code
:
"invalid_union"
union
Errors
unionErrors
:
ZodError
<
any
>
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
message
code
union
Errors
Zodiac API Documentation - v0.0.3
Loading...