Skip to content

Class RpcErrorTypes

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

DotBoxD-defined remote error type names.

public static class RpcErrorTypes

objectRpcErrorTypes

object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()

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

public const string InboundRejected = "RpcInboundRejected"

string

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

public const string InstanceNotFound = "RpcInstanceNotFound"

string

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

public const string InternalError = "RpcInternalError"

string

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

public const string MethodNotFound = "RpcMethodNotFound"

string

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

public const string ProtocolError = "RpcProtocolError"

string

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

public const string QueueFull = "RpcQueueFull"

string

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

public const string ServiceNotFound = "RpcServiceNotFound"

string