Preparing search index...
The search index is not available
@rendley/sdk - v1.7.2
@rendley/sdk
Zod
z
ZodCatchDef
Interface ZodCatchDef<T>
interface
ZodCatchDef
<
T
extends
Zod
.
z
.
ZodTypeAny
=
Zod
.
z
.
ZodTypeAny
>
{
catchValue
:
(
ctx
:
{
error
:
Zod
.
z
.
ZodError
<
any
>
;
input
:
unknown
}
,
)
=>
T
[
"_input"
]
;
description
?:
string
;
errorMap
?:
Zod
.
z
.
ZodErrorMap
;
innerType
:
T
;
typeName
:
ZodCatch
;
}
Type Parameters
T
extends
Zod
.
z
.
ZodTypeAny
=
Zod
.
z
.
ZodTypeAny
Hierarchy (
View Summary
)
Zod
.
z
.
ZodTypeDef
ZodCatchDef
Index
Properties
catch
Value
description?
error
Map?
inner
Type
type
Name
Properties
catch
Value
catchValue
:
(
ctx
:
{
error
:
Zod
.
z
.
ZodError
<
any
>
;
input
:
unknown
}
)
=>
T
[
"_input"
]
Optional
description
description
?:
string
Optional
error
Map
errorMap
?:
Zod
.
z
.
ZodErrorMap
inner
Type
innerType
:
T
type
Name
typeName
:
ZodCatch
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
catch
Value
description
error
Map
inner
Type
type
Name
@rendley/sdk - v1.7.2
Loading...