csharp
public enum RpcFailureWhy 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)
TimedOutNobody answered inside the timeout.
DisconnectedThe peer went away before answering.
MalformedThe answer arrived and did not decode.
NotSentThe 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