PassportElementErrorUnspecified
class PassportElementErrorUnspecified implements PassportElementErrorInterface
Represents an issue in an unspecified place. The error is considered resolved when new data is added.
Methods
__construct(string $source, string $type, string $element_hash, string $message)
No description
string
getSource()
Error source, must be unspecified.
string
getType()
Type of element of the user's Telegram Passport which has the issue.
string
getElementHash()
Base64-encoded element hash.
string
getMessage()
Error message.
Details
at line 16
__construct(string $source, string $type, string $element_hash, string $message)
No description
at line 27
string
getSource()
Error source, must be unspecified.
at line 35
string
getType()
Type of element of the user's Telegram Passport which has the issue.
at line 43
string
getElementHash()
Base64-encoded element hash.
at line 51
string
getMessage()
Error message.