Error code E0370
The maximum value of an enum was reached, so it cannot be automatically set in the next enum value.
Erroneous code example:
ⓘ
To fix this, please set manually the next enum value or put the enum variant with the maximum value at the end of the enum. Examples:
Or: