Module Geolocation.Error
Position errors.
Codes
type code
= int
The type for error code values.
Errors
type t
The type for
GelocationPositionError
objects.
val code : t -> code
code e
is the error code ofe
.
val message : t -> Jstr.t
message e
is a human readable error message. For programmers, not for end users.