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

Name Value Description
Error 0

Generic or unspecified error.

InvalidArgument 1

Invalid argument passed used.

InvalidOperation 2

Object state is invalid for the operation.

ConfigurationError 3

Error in servicehub.config.json.

ServiceModuleInfoNotFound 4
ServiceModuleInfoLoadError 5
ServiceModuleInfoInvalidPropertyError 6
HubHostInfoLoadError 7
JsonParseError 8
HostGroupsNotSupported 9

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

ObjectDisposed 10
HostExited 11
ServiceConfigNotFound 12
HostConfigurationLoadError 13
ControllerShutdown 14

The Controller process is shutting down.

Applies to