Remember: NOBODY memorizes error codes. The error code is absolutely the least useful part of the error.
The important parts are: the description of the error itself, the file it occurred in, and the line number and character position.
All of that information is in the actual error message and you must pay attention to it.
How to understand compiler and other errors and even fix them yourself:
If you post a code snippet, ALWAYS USE CODE TAGS:
How to use code tags: Using code tags properly
2 Likes