MissingBrokeredServiceErrorCode Enum

Definition

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

public enum class MissingBrokeredServiceErrorCode
public enum MissingBrokeredServiceErrorCode
type MissingBrokeredServiceErrorCode = 
Public Enum MissingBrokeredServiceErrorCode
Inheritance
MissingBrokeredServiceErrorCode

Fields

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.

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.

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.

ServiceAudienceMismatch 4

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

ServiceFactoryFault 7

The service factory threw an exception.

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.

Applies to