Uses of Enum Class
com.vaadin.flow.component.geolocation.GeolocationErrorCode
Packages that use GeolocationErrorCode
-
Uses of GeolocationErrorCode in com.vaadin.flow.component.geolocation
Methods in com.vaadin.flow.component.geolocation that return GeolocationErrorCodeModifier and TypeMethodDescriptionGeolocationError.errorCode()Returns the error reason as a typed enum suitable for exhaustiveswitch.static GeolocationErrorCodeGeolocationErrorCode.fromCode(int code) Looks up the enum constant for a raw numeric code, returningUNKNOWNif the code is not one this version of Flow recognises.static GeolocationErrorCodeReturns the enum constant of this class with the specified name.static GeolocationErrorCode[]GeolocationErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.