secureValueErrorTranslationFile
Represents an issue with one of the files that constitute the translation of a document. The error is considered resolved when the file changes.
type tg.SecureValueErrorTranslationFile 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 | File hash |
Text | string | yes | Error message |
References
- Official documentation
- Generated Go reference
- TL definition:
secureValueErrorTranslationFile#a1144770