Is there a way to tell unity not to debug a certian error?

Hello, there's an error that the console is showing, but the game still works and I think it's pretty anoying when a game displays false errors. I would like to see if this is possible in code (Javascript).

Warnings, yes. Errors, no. Check out the answer Cyclops gave me, here, and the comments thereafter, for instructions on how to disable warnings. Fix your errors.