Layer 224
SecureValueErrorObj
Secure value error
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 |
Returns
SecureValueErrorGogram Example
// Creating SecureValueErrorObj constructor obj := &tg.SecureValueErrorObj{ Type: &tg.SecureValueType{}, Hash: []byte{0x01, 0x02, 0x03}, Text: "Hello, World!", }