Table of Contents

Enum CharacterListResult

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Why a character-list request could not be answered with a list.

public enum CharacterListResult : byte

Fields

Busy = 0

The server is refusing the request for now — a per-connection cooldown, another request for the same connection still in flight, or a saturated worker pool. Nothing is wrong with the account and retrying shortly will work.

Failed = 1

The list could not be produced: the character service was unavailable, or the fetch itself failed. Not the same as an account with no characters.