Uses of Class
com.azure.analytics.onlineexperimentation.models.DiagnosticCode
Packages that use DiagnosticCode
Package
Description
Package containing the data models for OnlineExperimentation.
-
Uses of DiagnosticCode in com.azure.analytics.onlineexperimentation.models
Fields in com.azure.analytics.onlineexperimentation.models declared as DiagnosticCodeModifier and TypeFieldDescriptionstatic final DiagnosticCodeDiagnosticCode.FAILED_SCHEMA_VALIDATIONThe metric definition does not conform to the required schema.static final DiagnosticCodeDiagnosticCode.INVALID_EVENT_CONDITIONThe filter condition is invalid.static final DiagnosticCodeDiagnosticCode.INVALID_EXPERIMENT_METRIC_DEFINITIONThe provided metric definition is invalid.static final DiagnosticCodeDiagnosticCode.UNSUPPORTED_EVENT_CONDITIONThe filter condition is valid but not currently supported.Methods in com.azure.analytics.onlineexperimentation.models that return DiagnosticCodeModifier and TypeMethodDescriptionstatic DiagnosticCodeDiagnosticCode.fromString(String name) Creates or finds a DiagnosticCode from its string representation.DiagnosticDetail.getCode()Get the code property: The diagnostic error code.Methods in com.azure.analytics.onlineexperimentation.models that return types with arguments of type DiagnosticCodeModifier and TypeMethodDescriptionstatic Collection<DiagnosticCode> DiagnosticCode.values()Gets known DiagnosticCode values.