Upon requests to create new clients our systems validates the provided email against the underlying CRM system. When an attempt is made to create a new client with an email address that already exists the system will throw a 400 - Bad Request error. In particular the error code in this scenario will be PreClientMatch. This is because the system assumes that client already exists and informs you that there was a match with a pre-existing client.
More Resources
Learn page - Client Management