PassportElementErrorFrontSide
class PassportElementErrorFrontSide implements PassportElementErrorInterface
Represents an issue with the front side of a document. The error is considered resolved when the file with the front side of the document changes.
Methods
No description
Error source, must be front_side.
The section of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport”.
Base64-encoded hash of the file with the front side of the document.
Error message.
Details
at line 16
__construct(string $source, string $type, string $file_hash, string $message)
No description
at line 27
string
getSource()
Error source, must be front_side.
at line 35
string
getType()
The section of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport”.
at line 43
string
getFileHash()
Base64-encoded hash of the file with the front side of the document.
at line 51
string
getMessage()
Error message.