Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
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
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
message
code
union
Errors
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...