KnownDiagnosticCode enum
The diagnostic error codes.
Fields
| FailedSchemaValidation | The metric definition does not conform to the JSON schema. |
| InvalidEventCondition | The event filter condition is invalid. |
| InvalidExperimentMetricDefinition | The provided experiment metric definition is invalid. For example, defining a metric to calculate the average of a numeric property but including a filter condition that compares it to a string value creates a type mismatch. |
| UnsupportedEventCondition | Event filter condition has valid syntax but is not currently supported. |