Email Validation
Validation messages for email fields across billing accounts and Quapp Bot configuration.
Overview
| Key | Message | Description |
|---|---|---|
Email.billingAccountRequestDto.email | Invalid email format. Ensure it includes '@' and a domain name (e.g., [email protected]). | The billing account email has an invalid format. |
Email.quappBot.email | The email address '{0}' provided for Quapp Bot Email is not valid. | The email address provided for Quapp Bot is not valid. |
Validation Message Details
Email.billingAccountRequestDto.email
Message
Invalid email format. Ensure it includes '@' and a domain name (e.g., [email protected]).
Description
The billing account email has an invalid format.
Root Cause
- The email address does not contain
@or a valid domain name.
Resolution
- Provide a valid email address in the format
[email protected].
Email.quappBot.email
Message
The email address '{0}' provided for Quapp Bot Email is not valid.
Description
The email address provided for Quapp Bot is not valid.
Root Cause
- The email
{0}does not follow a valid email format.
Resolution
- Provide a valid email address for Quapp Bot.