错误码列表
更新时间 2024-09-06 18:11:41
最近更新时间: 2024-09-06 18:11:41
本节主要介绍邮件设置的错误码。
HTTP status 错误码 错误信息 描述 400 InvalidReceiverEmail Value value at 'receiver email' failed to satisfy constraint: Argument must conform to email format, and be separated by comma if there are multiple receivers. 接收者邮箱不合法。 400 InvalidSenderEmail Value value at 'sender email' failed to satisfy constraint: Argument must conform to email format, and only one sender can be set. 发送者邮箱不合法。 400 MissingReceiverEmail Value null at 'receiver email' failed to satisfy constraint: Argument must not be null when enable email configuration. 启用邮件设置时,receiverEmail不能为空。 400 MissingSenderEmail Value null at 'sender email' failed to satisfy constraint: Argument must not be null when enable email configuration. 启用邮件设置时,senderEmail不能为空。 400 MissingSenderPassword Value null at 'password' failed to satisfy constraint: Argument must not be null when enable email configuration. 启用邮件设置时,password不能为空。 400 MissingSMTPHost Value null at 'smtp host' failed to satisfy constraint: Argument must not be null when enable email configuration. 启用邮件设置时,SMTP服务器不能为空。 400 SendEmailFailed Test email failed to send out. 发送测试邮件失败。 404 NoSuchNotificationConfiguration Notification is not configured. 没有配置邮件通知功能。