secureValueErrorFiles
Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.
type tg.SecureValueErrorFiles struct { /* ... */ }
Implements SecureValueError.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Type | SecureValueTypeClass | yes | One of secureValueTypeUtilityBill, secureValueTypeBankStatement, secureValueTypeRentalAgreement, secureValueTypePassportRegistration, secureValueTypeTemporaryRegistration |
FileHash | [][]byte | yes | File hash |
Text | string | yes | Error message |
References
- Official documentation
- Generated Go reference
- TL definition:
secureValueErrorFiles#666220e9