1.3 KiB
1.3 KiB
title | description | image |
---|---|---|
secureValueErrorReverseSide | Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: secureValueErrorReverseSide
Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
type | SecureValueType | Yes | One of secureValueTypeDriverLicense, secureValueTypeIdentityCard |
file_hash | bytes | Yes | File hash |
text | string | Yes | Error message |
Type: SecureValueError
Example:
$secureValueErrorReverseSide = ['_' => 'secureValueErrorReverseSide', 'type' => SecureValueType, 'file_hash' => 'bytes', 'text' => 'string'];
Or, if you're into Lua:
secureValueErrorReverseSide={_='secureValueErrorReverseSide', type=SecureValueType, file_hash='bytes', text='string'}