- API ›
- Constructors ›
- SecureValueErrorReverseSide
SecureValueErrorReverseSide
---types--- secureValueErrorReverseSide#868a2aa5 type:SecureValueType file_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::SecureValueErrorReverseSide(v) = result { ... }
Parameters
| type | SecureValueType | required |
| file_hash | bytes | required |
| text | string | required |