let error = exception.getResponse();
if (typeof error === 'string') {
error = { error };
}
response.status(status).json({
statusCode: status,
timestamp: new Date().toISOString(),
path: request.url,
...error,
});
문법공부는 따로 안해서, 더 좋은 방법이 있겠지만..