Skip to content

Commit bed47e8

Browse files
authored
Update call-automation-sdk.md
Added 503 error code
1 parent 8630b6c commit bed47e8

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/call-automation-sdk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ The following error codes are exposed by the Call Automation SDK.
2828
| | 500 | Internal server error | | Retry after a delay. If it persists, raise a support ticket. |
2929
| | 500 | Play Failed | | File a support request through the Azure portal. |
3030
| | 500 | Recognize Failed | | Check error message and confirm the audio file format is valid (WAV, 16 KHz, Mono). If the file format is valid, file a support request through Azure portal. |
31-
| | 502 | Bad gateway | | Retry after a delay with a fresh http client. |
31+
| | 502 | Bad gateway | | Retry after a delay with a fresh http client. |
32+
| | 503 | Communication Services infrastructure error. | | File a support request through the Azure portal. |

0 commit comments

Comments
 (0)