If a question refers to an error code or a exception type like ORA-12345 or IllegalArgumentException etc., is it a good practice to add a tag with this information?
Or should a more general exception or error tag be used?
I am tempted to add specific tags to some question so that users can simply click on the tag instead of typing.
Example: exception EInoutError in the Data Module at 000C50BC I/O Error 103 has the exception tag. If I add another tag with the specific exception class name, einouterror, users could click on the tag to see related questions where the same exception was reported. Users could then find possible causes for this specific exception.