The MeiliSearch server, when raising an error, returns the following JSON: ```json { "message": ..., "code": ..., "type": ..., "link": ..., } ``` The error handler in this package returns `code`, `message` and `link` but does not return `type`.