Table of Contents

Enum MailFailureReason

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Why a mail send or attachment claim was refused.

public enum MailFailureReason : byte

Fields

InvalidAttachment = 5

The named inventory slot was empty or locked.

InvalidMessage = 4

The subject or body was empty, too long, or otherwise rejected.

InventoryFull = 8

The claimer's inventory had no room for the attachment.

NoMailbox = 2

The player is not near a mailbox, or it no longer exists.

NoRecipient = 3

The named recipient does not exist.

None = 0

The request succeeded; no failure.

NotEnoughCurrency = 6

The sender does not hold enough currency to attach that much.

NothingToClaim = 7

The mail had nothing attached, or it was already claimed.

ServerError = 1

The server could not process the request.