Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
@membranehq/react
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
SDK
REST API
Membrane React - v0.2.1
Loading...