ResponseCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum ResponseCode
[Orleans.GenerateSerializer]
public enum ResponseCode
type ResponseCode =
[<Orleans.GenerateSerializer>]
type ResponseCode =
Public Enum ResponseCode
- Inheritance
-
ResponseCode
- Attributes
Fields
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. |