# LiltNode.TranslationInfo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Number** | Unique identifier for this translation. | [optional] **fileId** | **Number** | id of the File that is being translated. | [optional] **status** | **String** | Status of the translation - `InProgress`, `ReadyForDownload`, `Completed`, `Failed`. | [optional] **createdAt** | **Number** | Time when this translation was started, in seconds since the Unix epoch. | [optional] **errorMsg** | **String** | Error message, present when status is `Failed`. | [optional]