Skip to content

Commit 8dfd60e

Browse files
authored
Update sms-sdk.md
1 parent 73ac83b commit 8dfd60e

File tree

1 file changed

+2
-1
lines changed
  • articles/communication-services/resources/troubleshooting/voice-video-calling/includes/codes

1 file changed

+2
-1
lines changed

articles/communication-services/resources/troubleshooting/voice-video-calling/includes/codes/sms-sdk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ The SMS SDK uses the following error codes to help you troubleshoot SMS issues.
3030
| 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. |
3131
| 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](../../../../../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. |
3334
| 5000 | Message failed to deliver. Reach out Microsoft support team for more details. | File a support request through the Azure portal. |
3435
| 5001 | Message failed to deliver due to temporary unavailability of application/system. | |
3536
| 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

Comments
 (0)