Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
ZodCatchDef
Interface ZodCatchDef<T>
interface
ZodCatchDef
<
T
extends
ZodTypeAny
=
ZodTypeAny
>
{
errorMap
?:
ZodErrorMap
;
description
?:
string
;
innerType
:
T
;
catchValue
:
(
ctx
:
{
error
:
ZodError
;
input
:
unknown
}
)
=>
T
[
"_input"
]
;
typeName
:
ZodCatch
;
}
Type Parameters
T
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
View Summary
)
ZodTypeDef
ZodCatchDef
Index
Properties
error
Map?
description?
inner
Type
catch
Value
type
Name
Properties
Optional
error
Map
errorMap
?:
ZodErrorMap
Optional
description
description
?:
string
inner
Type
innerType
:
T
catch
Value
catchValue
:
(
ctx
:
{
error
:
ZodError
;
input
:
unknown
}
)
=>
T
[
"_input"
]
type
Name
typeName
:
ZodCatch
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Map
description
inner
Type
catch
Value
type
Name
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...