Skip to content

Commit 4aca174

Browse files
committed
Update understanding-error-codes.md
1 parent 5ea945c commit 4aca174

File tree

1 file changed

+5
-0
lines changed
  • articles/communication-services/resources/troubleshooting/voice-video-calling/general-troubleshooting-strategies

1 file changed

+5
-0
lines changed

articles/communication-services/resources/troubleshooting/voice-video-calling/general-troubleshooting-strategies/understanding-error-codes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ ms.subservice: calling
1717
The ACS Calling SDK uses a unified framework to represent errors.
1818
Through error codes, subcodes, and result categories, you can more easily handle errors and find corresponding explanations.
1919

20+
If the `resultCategories` is `ExpectedError`, it typically means that the error is expected from the SDK's perspective.
21+
Such errors are commonly encountered in precondition failures, such as incorrect arguments passed by the app,
22+
or when the current system state does not allow the API call.
23+
The application should check the error reason and the logic for invoking API.
24+
2025
## Azure Communication Services Calling SDK client error codes
2126
This document provides a list of codes, subcodes that the Calling SDK API throws. This article also guides you on how to best mitigate these errors.
2227

0 commit comments

Comments
 (0)