Class RpcErrorTypes
Namespace: DotBoxD.Services.Diagnostics
Assembly: DotBoxD.Services.dll
DotBoxD-defined remote error type names.
public static class RpcErrorTypesInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()
Fields
Section titled “Fields”InboundRejected
Section titled “ InboundRejected”Remote type name used when a peer rejects all inbound calls by configuration.
public const string InboundRejected = "RpcInboundRejected"Field Value
Section titled “Field Value”InstanceNotFound
Section titled “ InstanceNotFound”Remote type name used when a sub-service instance is missing or has expired.
public const string InstanceNotFound = "RpcInstanceNotFound"Field Value
Section titled “Field Value”InternalError
Section titled “ InternalError”Remote type name used when an internal service failure is hidden from the caller.
public const string InternalError = "RpcInternalError"Field Value
Section titled “Field Value”MethodNotFound
Section titled “ MethodNotFound”Remote type name used when the requested method is not found on the service.
public const string MethodNotFound = "RpcMethodNotFound"Field Value
Section titled “Field Value”ProtocolError
Section titled “ ProtocolError”Remote type name used when a protocol-level error is detected.
public const string ProtocolError = "RpcProtocolError"Field Value
Section titled “Field Value”QueueFull
Section titled “ QueueFull”Remote type name used when the peer drops an inbound call because its queue is full.
public const string QueueFull = "RpcQueueFull"Field Value
Section titled “Field Value”ServiceNotFound
Section titled “ ServiceNotFound”Remote type name used when the requested service is not registered.
public const string ServiceNotFound = "RpcServiceNotFound"