How do I disable all errors or show them in one line?

Errors occur frequently in neovim (/ vim ). Sometimes its lsp, or an error in my config, or a plugin error. Is there a way to suppress all errors ?
Or can I format all errors to be one liner? I hate when the buffer showing the error expands.

And I know about ‘ silent ! ‘ , I am not asking for that.