Skip to content

Commit 5b6e8fd

Browse files
committed
Fix 2 links
Fixed 2 broken links with an anchor in troubleshooting info and raised Acrolinx scores for SMS articles under 80.
1 parent c1083b8 commit 5b6e8fd

File tree

3 files changed

+76
-49
lines changed

3 files changed

+76
-49
lines changed

articles/communication-services/concepts/includes/codes/sms-sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ The SMS SDK uses the following error codes to help you troubleshoot SMS issues.
2424
| 4002 | Message is rejected due to invalid Destination/To number format. | Ensure the To number is in E.164 format |
2525
| 4003 | Message failed to deliver due to unsupported destination. | Check if the destination you're trying to send to is supported. |
2626
| 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. | |
2828
| 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. |
3232
| 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. |
3333
| 5000 | Message failed to deliver. Reach out Microsoft support team for more details. | File a support request through the Azure portal. |
3434
| 5001 | Message failed to deliver due to temporary unavailability of application/system. | |

0 commit comments

Comments
 (0)