Error code
Member of Web Geolocation (PRIM_WEB.Geolocation)
Data Type - Enumeration
The Error code property returns an indication of whether the requests was successful or not.
Enum Value | Description |
---|---|
NONE | The refresh completed successfully |
PERMISSION_DENIED | The user denied the request |
POSITION_UNAVAILABLE | Location information is unavailable |
TIMEOUT | The request timed out |
UNKNOWN_ERROR | Catch all for all other errors |
Febuary 18 V14SP2