概要
A condition in the request headers evaluated to false on the server.
いつ発生するか
Returned when If-Match / If-Unmodified-Since preconditions are not met.
よくある原因
- Resource changed since the ETag was fetched
- Stale If-Match / If-Unmodified-Since value
解決方法
- Refetch the current ETag and retry
- Remove the failing precondition if not needed