Link Search Menu Expand Document

Constructor: secureValueError

Back to constructors index

Secure value error

Attributes:

NameTypeRequiredDescription
typeSecureValueTypeYesType of element which has the issue
hashbytesYesHash
textstringYesError message

Type: SecureValueError

Example:

$secureValueError = ['_' => 'secureValueError', 'type' => SecureValueType, 'hash' => 'bytes', 'text' => 'string'];