Uses of Enum Class
neqsim.process.automation.AutomationDiagnostics.ErrorCategory
Packages that use AutomationDiagnostics.ErrorCategory
Package
Description
Stable automation API for programmatic interaction with running NeqSim process simulations.
-
Uses of AutomationDiagnostics.ErrorCategory in neqsim.process.automation
Subclasses with type arguments of type AutomationDiagnostics.ErrorCategory in neqsim.process.automationModifier and TypeClassDescriptionstatic enumClassification of automation errors for structured remediation.Fields in neqsim.process.automation declared as AutomationDiagnostics.ErrorCategoryModifier and TypeFieldDescriptionprivate final AutomationDiagnostics.ErrorCategoryAutomationDiagnostics.DiagnosticResult.categoryMethods in neqsim.process.automation that return AutomationDiagnostics.ErrorCategoryModifier and TypeMethodDescriptionAutomationDiagnostics.DiagnosticResult.getCategory()Gets the error category.Returns the enum constant of this class with the specified name.static AutomationDiagnostics.ErrorCategory[]AutomationDiagnostics.ErrorCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.automation with parameters of type AutomationDiagnostics.ErrorCategoryModifier and TypeMethodDescriptionvoidAutomationDiagnostics.recordFailure(String operationType, String address, AutomationDiagnostics.ErrorCategory category, String correction) Records a failed operation with its correction.Constructors in neqsim.process.automation with parameters of type AutomationDiagnostics.ErrorCategory