Is there a way that I can get a list of error messages for repl.it? Specifically the Python and C++ errors. For example a C++ error would be this:
I'm asking this since I'm making a project that tries to replicate an error message.
So is there a like a way I could get the different types of errors? Or do I have to just do it manually by putting errors in my code and seeing the result?
@DynamicSquid You don't need to be very familiar, it's kinda close to C++ in many regards, the error messages aren't cryptic though, like C++'s can be.
Repl.it error messages?
Is there a way that I can get a list of error messages for repl.it? Specifically the Python and C++ errors. For example a C++ error would be this:
I'm asking this since I'm making a project that tries to replicate an error message.
So is there a like a way I could get the different types of errors? Or do I have to just do it manually by putting errors in my code and seeing the result?