hapijs / boom

HTTP-friendly error objects
Other
2.94k stars 192 forks source link

Fix incorrect parameter in doc #263

Closed gloredo closed 4 years ago

gloredo commented 4 years ago

Boom.badImplementantion receive "terrible implementation" but returns { "message": "An internal server error occurred" }.

hueniverse commented 4 years ago

The message you provide is the message used internally in the error. The message you changed it to is forced when the error is sent out.