Layer 220
StatsGraphError
An error occurred while generating the statistics graph
constructor
statsGraphError#bedc9822 error:string = StatsGraph;
Parameters
| Name | Type | Description |
|---|---|---|
| Error | string | The error |
Returns
StatsGraphGogram Example
// Creating StatsGraphError constructor obj := &tg.StatsGraphError{ Error: "...", }