mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
12 lines
No EOL
229 B
C++
12 lines
No EOL
229 B
C++
#pragma once
|
|
enum Endpoint
|
|
{
|
|
UserNotFound = -1,
|
|
WrongPassword = -2,
|
|
Refunded = -3,
|
|
InvalidRequest = -4,
|
|
WrongAdminPassword = -5,
|
|
NameTooLong = -6,
|
|
UserAlreadyExists = -7,
|
|
InsufficientFunds = -8,
|
|
}; |