When attempting to create a domain in via API, the error responses are not as verbose as in the client portal. there should be parity here.
Attempting to create an already existing domain via API does not return verbose error responses:
{
"message": "Domain not found"
}
Creating an already existing domain via the client portal returns an error message that is a lot more informative:
Failed to create domain. Domain already exists in registry. Domain Name: domain.tld.
Parity between the two would be good.
1
vote
