30 lines
998 B
JSON
30 lines
998 B
JSON
{
|
|
"1000": "Unauthorized",
|
|
"1001": "create session failed",
|
|
"1002": "Invalid parameter",
|
|
"1003": "Invalid invitation",
|
|
"2000": "Only admins can refresh feeds",
|
|
"2001": "Feed not found",
|
|
"2002": "feedId or url required",
|
|
"2003": "Feed fetch error",
|
|
"2004": "Feed failed to parse",
|
|
"2010": "Ownership challenge failed",
|
|
"2011": "Subscription limit exceeded",
|
|
"3000": "Entry not found",
|
|
"3001": "Entry not belong to user",
|
|
"4000": "Already claimed",
|
|
"4001": "User wallet error",
|
|
"4002": "Insufficient balance",
|
|
"4003": "Feed insufficient withdrawable balance",
|
|
"4004": "Target user wallet error",
|
|
"5000": "Invitation limit exceeded. Please try again in a few days.",
|
|
"5001": "Invitation already exists.",
|
|
"5002": "Invitation code already used.",
|
|
"5003": "Invitation code does not exist.",
|
|
"6000": "User not found",
|
|
"7000": "Setting not found",
|
|
"7001": "Invalid setting tab",
|
|
"7002": "Invalid setting payload",
|
|
"7003": "Setting payload too large"
|
|
}
|