- if there is no alias for the given language, throw a UseCaseError with new errorCode ALIASES_NOT_DEFINED
- generate a 404 response from the error
{
"code": "aliases-not-defined",
"message": "Item with the ID {item_id} does not have aliases in the language: {language_code}"
}