Table of Contents

Class RpcErrorTypes

Namespace
DotBoxD.Services.Diagnostics
Assembly
DotBoxD.Services.dll

DotBoxD-defined remote error type names.

public static class RpcErrorTypes
Inheritance
RpcErrorTypes
Inherited Members

Fields

InboundRejected

Remote type name used when a peer rejects all inbound calls by configuration.

public const string InboundRejected = "RpcInboundRejected"

Field Value

string

InstanceNotFound

Remote type name used when a sub-service instance is missing or has expired.

public const string InstanceNotFound = "RpcInstanceNotFound"

Field Value

string

InternalError

Remote type name used when an internal service failure is hidden from the caller.

public const string InternalError = "RpcInternalError"

Field Value

string

MethodNotFound

Remote type name used when the requested method is not found on the service.

public const string MethodNotFound = "DotBoxDMethodNotFound"

Field Value

string

ProtocolError

Remote type name used when a protocol-level error is detected.

public const string ProtocolError = "RpcProtocolError"

Field Value

string

QueueFull

Remote type name used when the peer drops an inbound call because its queue is full.

public const string QueueFull = "RpcQueueFull"

Field Value

string

ServiceNotFound

Remote type name used when the requested service is not registered.

public const string ServiceNotFound = "DotBoxDServiceNotFound"

Field Value

string