- API ›
- Constructors ›
- SecureValueError
SecureValueError
---types--- secureValueError#869d758f type:SecureValueType hash:bytes text:string = SecureValueError
Belongs to
| SecureValueError |
In Rust this constructor is a variant of the enums::SecureValueError enum.
Match on it with: if let enums::SecureValueError::SecureValueError(v) = result { ... }
Parameters
| type | SecureValueType | required |
| hash | bytes | required |
| text | string | required |