NOW LOADING

MidiServiceConfigResponseStatus


Indicates success or failure for a configuration attempt.
Namespace Windows.Devices.Midi2.ServiceConfig
Type Name MidiServiceConfigResponseStatus
Type WinRT Enumeration (a 32-bit unsigned or signed integer)
IDL MidiServiceConfigResponseStatusEnum.idl
Library

Enum which indicates if a configuration attempt resulted in success or failure.

Important Note

The json config sent to and received from the service is an implementation detail, not a contract, and is subject to change. Do not attempt to manually manipulate or create json to send to the MIDI Service, or manually parse the json return results, unless you are creating a transport yourself.

Properties

Property Value Description
Success 0x00000000 The call succeeded
ErrorTargetNotFound 0x00000194 The target transport or transform was not found
ErrorConfigJsonNullOrEmpty 0x00000258 The supplied config json is missing
ErrorProcessingConfigJson 0x00000259 There’s an error in the config json
ErrorProcessingResponseJson 0x0000025D There’s an error in the response json
ErrorFromService 0x00000328 An error was returned from the service
ErrorNotImplemented 0x00000A28 The requested capability is not implemented

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.