PositionError

Module:
core
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

code
message
PERMISSION_DENIED
POSITION_UNAVAILABLE
TIMEOUT
UNKNOWN_ERROR

code


readonly attribute unsigned short code; 


message


readonly attribute DOMString message; 


PERMISSION_DENIED


const unsigned short PERMISSION_DENIED = 1; 


POSITION_UNAVAILABLE


const unsigned short POSITION_UNAVAILABLE = 2; 


TIMEOUT


const unsigned short TIMEOUT = 3; 


UNKNOWN_ERROR


const unsigned short UNKNOWN_ERROR = 0; 

 

Last Updated: 2009-05-29