Skip to content

Commit

Permalink
エラーハンドリングのセッションにリンクを追加
Browse files Browse the repository at this point in the history
下記の理由からリンクを追加しました。

- アラートの HIG も読んで推奨される使い方を学んでほしい
- エラーメッセージについて考察の記事を読んでより良いエラーメッセージについて考えてほしい
  • Loading branch information
ykws authored Dec 17, 2023
1 parent 6f2de84 commit 467b4e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/Error.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Swiftにはベースになる考え方があります。
- 天気予報を画面に表示する
- APIエラーが発生したらUIAlertControllerを表示する
- エラーの内容に応じてメッセージを変更する
メッセージの内容は自由です。エラーを切り分けられていればOK。
- メッセージの内容は自由ですが、[ヒューマンインターフェイスガイドラインのアラート](https://developer.apple.com/jp/design/human-interface-guidelines/alerts)の項目も読んでみましょう。エラーメッセージについては次の記事もあわせて読むとイメージが膨らむと思います
- [本当に有意義なエラーメッセージを書くには](https://postd.cc/how-to-write-an-error-message/)

## ヒント
- CLLocationDelegate の例だと、 [locationManager(_:didFailWithError:)](https://developer.apple.com/documentation/corelocation/cllocationmanagerdelegate/1423786-locationmanager) でエラーを受け取ります
Expand Down

0 comments on commit 467b4e8

Please sign in to comment.