Uses of Class
org.openqa.selenium.devtools.v113.preload.model.RuleSetErrorType
-
Packages that use RuleSetErrorType Package Description org.openqa.selenium.devtools.v113.preload.model -
-
Uses of RuleSetErrorType in org.openqa.selenium.devtools.v113.preload.model
Methods in org.openqa.selenium.devtools.v113.preload.model that return RuleSetErrorType Modifier and Type Method Description static RuleSetErrorTypeRuleSetErrorType. fromString(java.lang.String s)static RuleSetErrorTypeRuleSetErrorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuleSetErrorType[]RuleSetErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v113.preload.model that return types with arguments of type RuleSetErrorType Modifier and Type Method Description java.util.Optional<RuleSetErrorType>RuleSet. getErrorType()Error information `errorMessage` is null iff `errorType` is null.Constructor parameters in org.openqa.selenium.devtools.v113.preload.model with type arguments of type RuleSetErrorType Constructor Description RuleSet(RuleSetId id, LoaderId loaderId, java.lang.String sourceText, java.util.Optional<RuleSetErrorType> errorType, java.util.Optional<java.lang.String> errorMessage)
-