🥅 Error codes
This commit is contained in:
90
resources/errorCodes.txt
Normal file
90
resources/errorCodes.txt
Normal file
@ -0,0 +1,90 @@
|
||||
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
|
||||
|
||||
8 - Movie
|
||||
800 - Unspecified error
|
||||
801 - Can't pick movie
|
||||
802 - Can't find movie on imdb
|
||||
803 - Can't extract data
|
||||
|
||||
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
|
||||
|
||||
14 - Four in a row
|
||||
600 - Unspecified
|
Reference in New Issue
Block a user