const message = Object.keys(error).map((key) => `${key}: ${error[key]}`).join(', ')