Table of Contents

Enum DungeonListFailureReason

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Why a dungeon finder list request produced nothing.

public enum DungeonListFailureReason : byte

Fields

NoEntrance = 1

The entrance no longer exists, or the player has walked away from it.

None = 0

The list is the true answer, whether or not it is empty.

OnCooldown = 3

Asked for again too soon. The previous list is still the current one.

ServerError = 4

The server could not read the list; the client should offer Refresh again.

UnknownDifficulty = 2

The dungeon does not offer the difficulty that was asked for.