Describe the bug
Getting the below error on compilation
error[E0599]: no variant or associated item named Enterprise found for enum IPFixField in the current scope
--> /sandbox-local/ramshetty/GCPT-11307/globalcollector-framework/src/template/helper_netflow_ipfix.rs:41:47
|
41 | template_field.field_type=IPFixField::Enterprise;
| ^^^^^^^^^^ variant or associated item not found in IPFixField
To Reproduce
Steps to reproduce the behavior:
Compile with IPFixField::Enterprise; and see the error
Expected behavior
No compile error should be seen
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug
Getting the below error on compilation
error[E0599]: no variant or associated item named
Enterprisefound for enumIPFixFieldin the current scope--> /sandbox-local/ramshetty/GCPT-11307/globalcollector-framework/src/template/helper_netflow_ipfix.rs:41:47
|
41 | template_field.field_type=IPFixField::Enterprise;
| ^^^^^^^^^^ variant or associated item not found in
IPFixFieldTo Reproduce
Steps to reproduce the behavior:
Compile with IPFixField::Enterprise; and see the error
Expected behavior
No compile error should be seen
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.