| Namespace | Windows.Devices.Midi2.Transports.Network |
|---|---|
| Type Name | MidiNetworkRemoteClientDisconnectErrorCode |
| Type | WinRT Enumeration (a 32-bit unsigned or signed integer) |
| IDL | MidiNetworkRemoteClientDisconnectErrorCodeEnum.idl |
Used by MidiNetworkRemoteClientDisconnectResponse.ErrorCode.
| Value | Description |
|---|---|
NoErrorInformationAvailable |
No additional error information is available |
UnrecognizedCommand |
The service did not recognize the command |
HostNotFound |
The target host entry was not found |
RemoteClientNotFound |
The target remote client is not currently connected to that host |
InvalidOrMissingEntryIdentifier |
Host identifier is missing or invalid |
MalformedEntryIdentifier |
Host identifier format is malformed |
InvalidOrMissingRemoteClientIdentity |
Required remote client identity fields are missing |
InvalidArgument |
One or more arguments were invalid |
ClientApiException |
A client-side API exception occurred while processing the request |
