Constructor: secureValueError
Secure value error
Attributes:
Name | Type | Required | Description |
---|---|---|---|
type | SecureValueType | Yes | Type of element which has the issue |
hash | bytes | Yes | Hash |
text | string | Yes | Error message |
Type: SecureValueError
Example:
$secureValueError = ['_' => 'secureValueError', 'type' => SecureValueType, 'hash' => 'bytes', 'text' => 'string'];