How many types of errors in python3? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How many types of errors in python3?

16th Feb 2020, 3:19 PM
Lakshmi Srinivas Rachumallu
Lakshmi Srinivas Rachumallu - avatar
9 Answers
+ 7
Not very useful to know them all, but here is how to get them: print([x for x in dir(__builtins__) if "Error" in x])
16th Feb 2020, 3:25 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 5
Types of errors classified as: 1.syntax error 2.symmentic error 3.logical error 4.Run time error
16th Feb 2020, 11:47 PM
Indira
Indira - avatar
+ 5
There are so many errors in Python OS ERROR OVERFLOW ERROR ZERO DIVISION ERROR FLOATING POINT ERROR BUFFER ERROR INDEX ERROR KEY ERROR LOOKUP ERROR ASSERTION ERROR ATTRIBUTE ERROR Type error End of file error Generator error Import error Keyboard interrupt Memory error Name error Not implemented error Runtime error Winerror Strerror Environment error IO error Windows error VMS error Socket error Select error Reference error Runtime error Stop itteration Identation error Tab error System error System exit Type error Unbounded local error Unicode error Unicode encode error Unicode decode error Unicode translate error Blocking error Child process error Connection error Broken pipe error Connection aborted error Connection refused error Connection reset error File exists error File not found error Interrupted error Is a directory error Not a directory error Permission error Process lookup error Timeout error
17th Feb 2020, 4:02 AM
VAMSI
VAMSI - avatar
+ 1
https://www.sololearn.com/post/245304/?ref=app
17th Feb 2020, 5:19 AM
VAMSI
VAMSI - avatar
+ 1
https://www.sololearn.com/post/245302/?ref=app
17th Feb 2020, 5:20 AM
VAMSI
VAMSI - avatar
+ 1
Errors are infinite. Because anybody can make his own defined exception.
18th Feb 2020, 10:03 AM
Ishmam
Ishmam - avatar