Skip to content

ResponseCode

enum

Namespace: Orleans.LeaseProviders

Provides the base class for enumerations.
[Orleans.GenerateSerializer]
public enum ResponseCode

Fields

NameValueDescription
OK0Operation succeed
LeaseNotAvailable1Lease is owned by other entity
InvalidToken2The token in the AcquiredLease is invalid, which means the lease expired
TransientFailure3TransientFailure, which should be retriable.