We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fd3bf commit bf6e003Copy full SHA for bf6e003
build/lib/errorMessage.py
@@ -0,0 +1,16 @@
1
+def systemsError(error_num):
2
+ print("Unable to Proceed with Request. Analysing Error...")
3
+ if error_num == 1:
4
+ print("401: Math Import Module Failure.")
5
+ elif error_num == 2:
6
+ print("402: Trigonometry: Unknown side is invalid.")
7
+ elif error_num == 3:
8
+ print("403: Main Command Input is invalid.")
9
+ elif error_num == 4:
10
+ print("404: Command Input is invalid.")
11
+ elif error_num == 5:
12
+ print("405: Input is invalid.")
13
+ elif error_num == 6:
14
+ print("406: Request cannot be conducted.")
15
+ else:
16
+ print("407 Error. Unable to detect error. Please do us a solid and start a issue on Github! Thanks!")
0 commit comments