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