Class GeolocationErrorEvent

java.lang.Object
org.vaadin.firitin.geolocation.GeolocationErrorEvent

@Deprecated(since="3.6", forRemoval=true) public class GeolocationErrorEvent extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Part of the deprecated Geolocation helper. Use the native com.vaadin.flow.component.geolocation.Geolocation error API (error.debugInfo() / error.errorCode()).
  • Constructor Details

    • GeolocationErrorEvent

      public GeolocationErrorEvent(int code, String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getError

      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRawErrorCode

      public int getRawErrorCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getErrorMessage

      public String getErrorMessage()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object