ChatTransportInterpretedErrorCode
ChatTransportInterpretedErrorCode
ChatTransportInterpretedErrorCode
ChatTransportInterpretedErrorCode
Enum
Definition
Specifies an interpretation for the error code.
public : enum class ChatTransportInterpretedErrorCodepublic enum ChatTransportInterpretedErrorCodePublic Enum ChatTransportInterpretedErrorCode// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| InvalidRecipientAddress InvalidRecipientAddress InvalidRecipientAddress InvalidRecipientAddress | An invalid recipient address |
| NetworkConnectivity NetworkConnectivity NetworkConnectivity NetworkConnectivity | A network connectivity error |
| None None None None | There was no error. |
| ServiceDenied ServiceDenied ServiceDenied ServiceDenied | A service denied error |
| Timeout Timeout Timeout Timeout | A timeout error |
| Unknown Unknown Unknown Unknown | There is no interpretation for the error code. |