secureValueErrorTranslationFiles
Represents an issue with the translated version of a document. The error is considered resolved when a file with the document translation changes.
type tg.SecureValueErrorTranslationFiles struct { /* ... */ }
Implements SecureValueError.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Type | SecureValueTypeClass | yes | One of secureValueTypePersonalDetails, secureValueTypePassport, secureValueTypeDriverLicense, secureValueTypeIdentityCard, secureValueTypeInternalPassport, secureValueTypeUtilityBill, secureValueTypeBankStatement, secureValueTypeRentalAgreement, secureValueTypePassportRegistration, secureValueTypeTemporaryRegistration |
FileHash | [][]byte | yes | Hash |
Text | string | yes | Error message |
References
- Official documentation
- Generated Go reference
- TL definition:
secureValueErrorTranslationFiles#34636dd8