module App::Validator
Overview
A validator checks if attributes in Request
are valid
for the specific use case.
Also sets the errors, if found, to be used in Response
A validator checks if attributes in Request
are valid
for the specific use case.
Also sets the errors, if found, to be used in Response