Layer 224
constructor
secureValueError#869d758f type:SecureValueType hash:bytes text:string = SecureValueError;

Parameters

Name Type Description
Type SecureValueType Type of element which has the issue
Hash bytes Hash
Text string Error message

Gogram Example

// Creating SecureValueErrorObj constructor
obj := &tg.SecureValueErrorObj{
    Type: &tg.SecureValueType{},
    Hash: []byte{0x01, 0x02, 0x03},
    Text: "Hello, World!",
}