ResponseCode
enum
Namespace: Orleans.LeaseProviders
Provides the base class for enumerations.
[Orleans.GenerateSerializer]public enum ResponseCodeFields
| Name | Value | Description |
|---|---|---|
OK | 0 | Operation succeed |
LeaseNotAvailable | 1 | Lease is owned by other entity |
InvalidToken | 2 | The token in the AcquiredLease is invalid, which means the lease expired |
TransientFailure | 3 | TransientFailure, which should be retriable. |
