- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Error Codes returned in the PositionError object in HTML5 Geolocation
The following are the error codes:
Code | Constant | Description |
---|---|---|
0 | UNKNOWN_ERROR | The method failed to retrieve the location of the device due to an unknown error. |
1 | PERMISSION_DENIED | The method failed to retrieve the location of the device because the application does not have permission to use the Location Service. |
2 | POSITION_UNAVAILABLE | The location of the device could not be determined. |
3 | TIMEOUT | The method was unable to retrieve the location information within the specified maximum timeout interval. |
- Related Articles
- Error codes returned in the PositionError object HTML5 Geolocation
- HTML5 geolocation 'permission denied' error in Mobile Safari
- HTML5 Geolocation in Safari 5
- Error Correcting Codes - Hamming codes
- Explain the Hamming Codes in Error Correction
- Error Correcting Codes - Reed-Solomon codes
- How to handle Geolocation errors in HTML5?
- How to use geolocation coordinates in HTML5?
- Error correcting codes in Computer Networks
- HTML5 Geolocation without SSL connection
- Error-Detecting Codes - Parity
- Error-Detecting Codes - Checksums
- Error Correcting Codes - Low-Density Parity Check Codes
- Chrome and HTML5 GeoLocation denial callback
- What are Error-Detecting Codes?

Advertisements