blob: 40b828f90e131bfdfd8b9e10a4b7ff0b5db1b13a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
---
title: GeolocationPositionError.message
slug: Web/API/GeolocationPositionError/message
tags:
- API
- 位置情報 API
- GeolocationPositionError
- プロパティ
- 安全なコンテキスト
- message
browser-compat: api.GeolocationPositionError.message
tranlation_of: Web/API/GeolocationPositionError/message
---
{{securecontext_header}}{{APIRef("Geolocation API")}}
**`GeolocationPositionError.message`** は読み取り専用のプロパティで、エラーの詳細を説明する、人間が読める {{domxref("DOMString")}} を返します。
## 構文
```js
let msg = geolocationPositionErrorInstance.message
```
### 値
エラーの詳細を説明する、人間が読める {{domxref("DOMString")}} です。
## 仕様書
{{Specifications}}
## ブラウザーの互換性
{{Compat}}
## 関連情報
- [位置情報 API の使用](/ja/docs/Web/API/Geolocation_API/Using_the_Geolocation_API)
- {{domxref("GeolocationPositionError")}}
|