Skip to content

Commit 6a88c22

Browse files
committed
Address Acrolinx comments on understanding-error-codes.md
1 parent 4aca174 commit 6a88c22

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: General troubleshooting strategies - Understanding error messages and codes
33
titleSuffix: Azure Communication Services - Troubleshooting Guide
4-
description: Learn to understand error messages and codes
4+
description: Learn to understand error messages and codes.
55
author: sloanster
66
ms.author: micahvivion
77

@@ -19,7 +19,7 @@ Through error codes, subcodes, and result categories, you can more easily handle
1919

2020
If the `resultCategories` is `ExpectedError`, it typically means that the error is expected from the SDK's perspective.
2121
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.
22+
or when the current system state doesn't allow the API call.
2323
The application should check the error reason and the logic for invoking API.
2424

2525
## Azure Communication Services Calling SDK client error codes

0 commit comments

Comments
 (0)