Table of Contents

Class AckReasons

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

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

byte

RateLimited

The command type's rate limit was exceeded.

public const byte RateLimited = 1

Field Value

byte

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

byte

Rejected

An application system rejected the command.

public const byte Rejected = 2

Field Value

byte