Uses of Enum Class
org.openqa.selenium.devtools.v141.preload.model.RuleSetErrorType
Packages that use RuleSetErrorType
-
Uses of RuleSetErrorType in org.openqa.selenium.devtools.v141.preload.model
Methods in org.openqa.selenium.devtools.v141.preload.model that return RuleSetErrorTypeModifier and TypeMethodDescriptionstatic RuleSetErrorTypeRuleSetErrorType.fromString(String s) static RuleSetErrorTypeReturns the enum constant of this class with the specified name.static RuleSetErrorType[]RuleSetErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.preload.model that return types with arguments of type RuleSetErrorTypeModifier and TypeMethodDescriptionRuleSet.getErrorType()Error information `errorMessage` is null iff `errorType` is null.