MissingBrokeredServiceErrorCode Enum

Definition

Defines the several reasons a brokered service might not be obtained.

C++
public enum class MissingBrokeredServiceErrorCode
Inheritance
MissingBrokeredServiceErrorCode

Fields

Name Value Description
NoExplanation 0

Nothing could be found wrong to explain the missing service. It may be available now.

NotLocallyRegistered 1

The requested service had no match in the local service registry.

ChaosConfigurationDeniedRequest 2

Special resiliency testing configuration is in place and denied access to this service.

LocalServiceHiddenOnExclusiveClient 3

The service is expected to come from an exclusive server (e.g. a Codespace Server) but the connection is not ready yet or the server does not offer it.

ServiceAudienceMismatch 4

The service is not exposed to the audience making the request.

ServiceFactoryNotProffered 5

The service is registered but no factory has been loaded for it.

ServiceFactoryReturnedNull 6

The service factory returned null instead of an instance of the service.

ServiceFactoryFault 7

The service factory threw an exception.

LocalServiceHiddenOnRemoteClient 8

The service is expected to come from a remote server but the connection is not ready yet or the server does not offer it. A locally proffered service is not available when it also can come remotely and a remote connection exists or is expected.

Applies to

Product Versions
Visual Studio SDK 2019, 2022