Soft 404 errors are usually nice custom 404 error pages; however they send back a 200 response code. 200 responses usually mean everything's ok. Like being redirected to another page on your website, however the content happens to say 'sorry, page not found'
Normal 404 pages send back a 404 response code to the client. They can also be custom 404 pages though. The key being the response code sent back to the client.