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
InstanceNotFound
Remote type name used when a sub-service instance is missing or has expired.
public const string InstanceNotFound = "RpcInstanceNotFound"
Field Value
InternalError
Remote type name used when an internal service failure is hidden from the caller.
public const string InternalError = "RpcInternalError"
Field Value
MethodNotFound
Remote type name used when the requested method is not found on the service.
public const string MethodNotFound = "DotBoxDMethodNotFound"
Field Value
ProtocolError
Remote type name used when a protocol-level error is detected.
public const string ProtocolError = "RpcProtocolError"
Field Value
QueueFull
Remote type name used when the peer drops an inbound call because its queue is full.
public const string QueueFull = "RpcQueueFull"
Field Value
ServiceNotFound
Remote type name used when the requested service is not registered.
public const string ServiceNotFound = "DotBoxDServiceNotFound"