Link Search Menu Expand Document

Constructor: secureValueErrorReverseSide

Back to constructors index

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:

NameTypeRequiredDescription
typeSecureValueTypeYesOne of secureValueTypeDriverLicense, secureValueTypeIdentityCard
file_hashbytesYesFile hash
textstringYesError message

Type: SecureValueError

Example:

$secureValueErrorReverseSide = ['_' => 'secureValueErrorReverseSide', 'type' => SecureValueType, 'file_hash' => 'bytes', 'text' => 'string'];