Skip to content

Commit 8fb70f5

Browse files
committed
Update understanding-error-codes.md
1 parent 664f432 commit 8fb70f5

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
@@ -19,9 +19,9 @@ Through error codes, subcodes, and result categories, you can more easily handle
1919

2020
## resultCategories
2121

22-
The `resultCategories` indicates the type of the error. Depending on the context, the value can be `ExpectedError`, `UnexpectedClientError`, or `UnexpectedServerError`.
22+
The `resultCategories` property indicates the type of the error. Depending on the context, the value can be `ExpectedError`, `UnexpectedClientError`, or `UnexpectedServerError`.
2323

24-
For client errors, if the `resultCategories` is `ExpectedError`, it typically means that the error is expected from the SDK's perspective.
24+
For client errors, if the `resultCategories` property is `ExpectedError`, it typically means that the error is expected from the SDK's perspective.
2525
Such errors are commonly encountered in precondition failures, such as incorrect arguments passed by the app,
2626
or when the current system state doesn't allow the API call.
2727
The application should check the error reason and the logic for invoking API.

0 commit comments

Comments
 (0)