injected function use to check if email is taken
which request field to check to get email value
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status OK
This validator will check if email is not taken by applying the following steps in sequence:
Get email from context
Use injected function isExistingEmail to check if email is taken
400 NBError Bad Request
Generated using TypeDoc
Email not taken validator