EmailValidationError
Summary
You attempted to provide an email address that does not conform to email address standards.
Example
{
"code": "EmailValidationError",
"target": "Unknown",
"details": [
{
"code": "EmailValidationError",
"number": 15,
"message": "Invalid email address.",
"description": "The specified email address '-0-' was not valid.",
"faultCode": "Client",
"helpLink": "http://developer.avalara.com/avatax/errors/EmailValidationError",
"severity": "Error"
}
]
}
Explanation
An email address is in the format user@domain.org
, where domain.org refers to an existing DNS record.
Please check your email address and try again.