- API ›
- Constructors ›
- SecureValueErrorTranslationFiles
SecureValueErrorTranslationFiles
---types--- secureValueErrorTranslationFiles#34636dd8 type:SecureValueType file_hash:Vector<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::SecureValueErrorTranslationFiles(v) = result { ... }
Parameters
| type | SecureValueType | required |
| file_hash | Vector<bytes> | required |
| text | string | required |