Table of Contents

Enum AccountOperationResult

Namespace
FishMMO.Database.Data.Enums
Assembly
FishMMO-DB.dll

Result codes for account operations.

public enum AccountOperationResult

Fields

AccountCreated = 1

Account was created successfully.

Banned = 4

Account is banned.

DatabaseError = 5

Database error occurred.

InvalidCredentials = 3

Invalid username or password.

NotFound = 7

Account not found.

SrpVerify = 2

Proceed to SRP verification stage.

Success = 0

Operation completed successfully.

UniqueConstraintViolation = 6

Account name already exists (unique constraint violation).