Files
Gwendolyn/resources/errorCodes.txt
Nikolaj Danger eaabb6d43f 🎲 monopoly framework
2020-08-05 18:17:38 +02:00

127 lines
2.9 KiB
Plaintext

000 - Unspecified error
001 - Not a command
1 - Help
100 - Unspecified error
101 - Couldn't find help.txt
102 - Couldn't find help file for specified command
2 - Stop
200 - Unspecified error
201 - Unauthorized user
3 - Simple Commands
310 - Hello error
320 - Map error
330 - Name error
340 - Tavern error
350 - Game error
4 - Roll
400 - Unspecified error
5 - Spell
500 - Unspecified error
501 - Spell not in database
6 - Monster
600 - Unspecified error
601 - Monster name too short
602 - Monster not in database
7 - Image
700 - Unspecified error
701 - Can't connect to Bing
702 - Error picking camera type/image name
8 - Movie
800 - Unspecified error
801 - Error in function
802 - Can't find movie on imdb
803 - Can't extract data
804 - Can't pick movie
805 - Embed error
9 - Star Wars
910 - Unspecified swroll error
911 - Obligation roll fucked up
912 - No character swroll
913 - Didn't include heavy/light in ranged or planetary/space in piloting
914 - Swroll invalid input
920 - Unspecified swd error
921 - Didn't specify amount of players
922 - Invalid input
930 - Unspecified swcrit
931 - Swcrit didn't include a number
940 - Unspecified swchar error
941 - No weapons
942 - Can't add to character sheet
943 - No character swchar
944 - Not on character sheet
945 - Problem overwriting data
946 - Problem removing data
947 - Problem adding data
948 - Problem removing spaces
949 - Wrong data type
10 - Wiki
1000 - Unspecified error
1001 - Something fucked up
1002 - Can't find page
11 - Trivia
1100 - Unspecified error
1101 - Incorrect input
1102 - Can't find question
1103 - Not an answer
1104 - No question going on
1105 - User has already answered
1106 - There's already a question goin on in the channel
12 - Money
1210 - Unspecified balance error
1220 - Unspecified give error
1221 - Conversion error
1222 - Incorrect input
1223a - User has no money
1223b - Not enough money
13 - Blackjack
1300 - Unspecified error
1310 - Unspecified finishing error
1311 - Error calculating winnings
1312 - Error in calcWinnings function
1320 - Unspecified loop error
1321 - Loop interrupted while waiting
1322 - Error with getHandNumber()
1330 - Unspecified continue error
1331 - Error in testIfStanding()
1340 - Error in drawing blackjack table
1341 - Error in drawHand()
14 - Four in a row
1400 - Unspecified error
1401 - Error deleting old image
1410 - Unspecified parsing error
1420 - Unspecified AI error
15 - Hex
1500 - Unspecified
1501 - Error deleting old image
1510 - Unspecified parsing error
1520 - Unspecified AI error
1531 - Invalid position
1532 - Cannot place on existing piece
1533 - Position out of bounds
16 - Monopoly
1600 - Unspecified error
1601 - Error deleting old image
1602 - Not a command
1610 - Unspecified parsing error
1620 - Unspecified monopolyStart() error
1630 - Unspecified monopolyJoin() error
1640 - Unspecified monopolyDraw error
1641 - Error in getPosition()
1650 - Error in monopolyRoll()