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