錯誤碼列表
更新時間 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. 沒有配置郵件通知功能。