NOW LOADING

MidiNetworkHostRemovalErrorCode


Error codes returned when removing a Network MIDI 2.0 host
Namespace Windows.Devices.Midi2.Transports.Network
Type Name MidiNetworkHostRemovalErrorCode
Type WinRT Enumeration (a 32-bit unsigned or signed integer)
IDL MidiNetworkHostRemovalErrorCodeEnum.idl

Returned in MidiNetworkHostRemovalResponse.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
HostNotFound 0x00001065 No host with this identifier is configured
HostRemovalFailed 0x00000022 The host could not be removed
InvalidOrMissingEntryIdentifier 0x00000031 HostId was missing
MalformedEntryIdentifier 0x00000032 HostId 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.