OptionalexperimentalFlags: FeatureFlags<ExperimentalFlagsList>Static OptionalerrorThe error reporter method returns the error reporter to use for reporting errors.
You can use this function to pick a different error reporter for each HTTP request
Static OptionalmessagesThe messages provider method returns the messages provider to use finding custom error messages
You can use this function to pick a different messages provider for each HTTP request
The validate method can be used to validate the request data for the current request using VineJS validators
Request validator is used validate HTTP request data using VineJS validators. You may validate the request body, files, cookies, and headers.