Layer 220
SecureValueError
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 SecureValueError constructor obj := &tg.SecureValueError{ Type: &tg.SecureValueType{}, Hash: []byte{}, Text: "...", }