Preparing search index...
The search index is not available
next-api-utils
next-api-utils
ValidationExceptionSchema
Variable ValidationExceptionSchema
Const
Validation
Exception
Schema
:
ZodObject
<
{
code
:
ZodOptional
<
ZodNativeEnum
<
typeof
_ExceptionCode
>
>
;
error
:
ZodString
;
message
:
ZodString
;
statusCode
:
ZodNumber
;
}
,
"strip"
,
ZodTypeAny
,
{
code
?:
InvalidPathParameters
|
InvalidQueryParameters
|
InvalidBody
;
error
:
string
;
message
:
string
;
statusCode
:
number
;
}
,
{
code
?:
InvalidPathParameters
|
InvalidQueryParameters
|
InvalidBody
;
error
:
string
;
message
:
string
;
statusCode
:
number
;
}
>
= ...
The schema for
BaseValidationException
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
next-api-utils
Loading...
The schema for BaseValidationException.