Share via


ServiceHubException.ErrorKind Enum

Definition

An enum to indicate the type of ServiceHubException that occurred.

public enum ServiceHubException.ErrorKind
type ServiceHubException.ErrorKind = 
Public Enum ServiceHubException.ErrorKind
Inheritance
ServiceHubException.ErrorKind

Fields

ConfigurationError 3

Error in servicehub.config.json.

ControllerShutdown 14

The Controller process is shutting down.

Error 0

Generic or unspecified error.

HostConfigurationLoadError 13
HostExited 11
HostGroupsNotSupported 9

Client requests to start a service in a host group but the service doesn't support host groups.

HubHostInfoLoadError 7
InvalidArgument 1

Invalid argument passed used.

InvalidOperation 2

Object state is invalid for the operation.

JsonParseError 8
ObjectDisposed 10
ServiceConfigNotFound 12
ServiceModuleInfoInvalidPropertyError 6
ServiceModuleInfoLoadError 5
ServiceModuleInfoNotFound 4

Applies to