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'];