- API ›
- Constructors ›
- StatsGraphError
StatsGraphError
---types--- statsGraphError#bedc9822 error:string = StatsGraph
Belongs to
| StatsGraph |
In Rust this constructor is a variant of the enums::StatsGraph enum.
Match on it with: if let enums::StatsGraph::StatsGraphError(v) = result { ... }
Parameters
| error | string | required |