MadelineProtoDocs/docs/API_docs/constructors/secureValueErrorReverseSide.md
2024-05-01 14:53:46 +02:00

32 lines
1.3 KiB
Markdown

---
title: "secureValueErrorReverseSide"
description: "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."
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: secureValueErrorReverseSide
[Back to constructors index](/API_docs/constructors/index.html)
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](/API_docs/types/SecureValueType.html) | Yes|One of [secureValueTypeDriverLicense](../constructors/secureValueTypeDriverLicense.html), [secureValueTypeIdentityCard](../constructors/secureValueTypeIdentityCard.html)|
|file\_hash|[bytes](/API_docs/types/bytes.html) | Yes|File hash|
|text|[string](/API_docs/types/string.html) | Yes|Error message|
### Type: [SecureValueError](/API_docs/types/SecureValueError.html)
### Example:
```
$secureValueErrorReverseSide = ['_' => 'secureValueErrorReverseSide', 'type' => SecureValueType, 'file_hash' => 'bytes', 'text' => 'string'];
```