Enum AccountOperationResult
Result codes for account operations.
public enum AccountOperationResult
Fields
AccountCreated = 1Account was created successfully.
Banned = 4Account is banned.
DatabaseError = 5Database error occurred.
InvalidCredentials = 3Invalid username or password.
NotFound = 7Account not found.
SrpVerify = 2Proceed to SRP verification stage.
Success = 0Operation completed successfully.
UniqueConstraintViolation = 6Account name already exists (unique constraint violation).