Class AckReasons
Reason codes of an ACKS rejection record. Codes 128–255 belong to the application.
public static class AckReasons
- Inheritance
-
AckReasons
- Inherited Members
Fields
FirstApplicationReason
The first application-defined reason code.
public const byte FirstApplicationReason = 128
Field Value
RateLimited
The command type's rate limit was exceeded.
public const byte RateLimited = 1
Field Value
RegionInvalid
A ClientRegion whose convex hull has fewer than three points or no area; the previous region is kept.
public const byte RegionInvalid = 3
Field Value
Rejected
An application system rejected the command.
public const byte Rejected = 2