Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
FastifyValidationResult
Interface FastifyValidationResult
interface
FastifyValidationResult
{
errors
?:
null
|
FastifySchemaValidationError
[]
;
(
data
)
:
boolean
|
PromiseLike
<
any
>
|
{
error
?:
Error
;
value
?:
any
;
}
;
}
Fastify
Validation
Result
(
data
)
:
boolean
|
PromiseLike
<
any
>
|
{
error
?:
Error
;
value
?:
any
;
}
Parameters
data
:
any
Returns
boolean
|
PromiseLike
<
any
>
|
{
error
?:
Error
;
value
?:
any
;
}
Index
Properties
errors?
Properties
Optional
errors
errors
?:
null
|
FastifySchemaValidationError
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
errors
Astro Node.js Fastify adapter - v0.0.12
Loading...