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/concepts/includes/codes/sms-sdk.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ The SMS SDK uses the following error codes to help you troubleshoot SMS issues.
24
24
| 4002 | Message is rejected due to invalid Destination/To number format. | Ensure the To number is in E.164 format |
25
25
| 4003 | Message failed to deliver due to unsupported destination. | Check if the destination you're trying to send to is supported. |
26
26
| 4004 | Message failed to deliver since Destination/To number doesn't exist. | Ensure the To number you're sending to is valid. |
27
-
| 4005 | Message is blocked by Destination carrier. ||
27
+
| 4005 | Message blocked by Destination carrier. ||
28
28
| 4006 | The Destination/To number isn't reachable. | Try resending the message at a later time. |
29
-
| 4007 | The Destination/To number has opted out of receiving messages from you. | Mark the Destination/To number as opted out so that no further message attempts are made to the number. |
30
-
| 4008 | You've 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
-
| 4009 | Message is rejected by Microsoft Entitlement System. | Most often this happens if fraudulent activity is detected. Contact support for more details. |
29
+
| 4007 | The Destination/To number opted out of receiving messages from you. | Mark the Destination/To number as opted out so that no further message attempts are made to the number. |
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
+
| 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](../../sms/sms-faq.md#toll-free-verification) and submit toll-free verification as soon as possible. |
33
33
| 5000 | Message failed to deliver. Reach out Microsoft support team for more details. | File a support request through the Azure portal. |
34
34
| 5001 | Message failed to deliver due to temporary unavailability of application/system. ||
0 commit comments