You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/resources/troubleshooting/voice-video-calling/includes/codes/sms-sdk.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ The SMS SDK uses the following error codes to help you troubleshoot SMS issues.
30
30
| 4008 | You exceeded the maximum number of messages allowed for your profile. | Ensure you aren't exceeding the maximum number of messages allowed for your number or use queues to batch the messages. |
31
31
| 4009 | Message rejected by Microsoft Entitlement System. | Most often this happens if fraudulent activity is detected. Contact support for more details. |
32
32
| 4010 | Message was blocked due to the toll-free number not being verified. |[Review unverified sending limits](../../../../../concepts/sms/sms-faq.md#toll-free-verification) and submit toll-free verification as soon as possible. |
33
+
| 4020 | Message rejected by the carrier due to a volumetric violation. | Ensure you aren't exceeding the maximum number of messages allowed for your number or use queues to batch the messages. |
33
34
| 5000 | Message failed to deliver. Reach out Microsoft support team for more details. | File a support request through the Azure portal. |
34
35
| 5001 | Message failed to deliver due to temporary unavailability of application/system. ||
35
36
| 5002 | Carrier does not support delivery report | Most often this happens if a carrier does not support delivery reports. No action required as message may have been delivered already. |
36
-
| 9999 | Message failed to deliver due to unknown error/failure. | Try resending the message. |
37
+
| 9999 | Message failed to deliver due to unknown error/failure. | Try resending the message. |
0 commit comments