NOW LOADING

MidiNetworkClientDisconnectErrorCode


Error codes returned when disconnecting a Network MIDI 2.0 client
Namespace Windows.Devices.Midi2.Transports.Network
Type Name MidiNetworkClientDisconnectErrorCode
Type WinRT Enumeration (a 32-bit unsigned or signed integer)
IDL MidiNetworkClientDisconnectErrorCodeEnum.idl

Returned in MidiNetworkClientDisconnectResponse.ErrorCode.

Values

Value Numeric Value Description
NoErrorInformationAvailable 0x00000000 No additional error information is available
UnrecognizedCommand 0x00000001 The command sent to the service was not recognized
ClientNotFound 0x00001066 No client with this identifier is connected
InvalidOrMissingEntryIdentifier 0x00000031 ClientId was missing
MalformedEntryIdentifier 0x00000032 ClientId was not a valid GUID
InvalidArgument 0x11000055 An invalid argument was supplied by the caller
ClientApiException 0x11002011 An exception occurred in the client API

Didn't find what you were looking for?

Windows MIDI Services is an open source project with all source available on GitHub. We have a great community on Discord as well. Between GitHub and Discord, you should find the information you are looking for.