Vixen
02b45cc4
csharp
public enum RpcFailure

Why an awaited call did not produce an answer.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • TimedOut

    Nobody answered inside the timeout.

  • Disconnected

    The peer went away before answering.

  • Malformed

    The answer arrived and did not decode.

  • NotSent

    The call was never sent — this peer is not the side that may send it.

Used by (5)

  • AwaitableRpcTestsVixen.Net.Tests
  • PendingVixen.Net
  • PendingCallsVixen.Net
  • RpcFailedExceptionVixen.Net
  • RpcRouterVixen.Net