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?
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?
yeah, you are going to have to find them yourself ;)
@DynamicSquiderrors are a platform-specific thing