- 'simple_form.{error_notification,required}.:'
- 'errors.messages.*'
- 'activerecord.errors.models.doorkeeper/*'
+ - 'errors.429'
'X-RateLimit-Reset' => (now + (match_data[:period] - now.to_i % match_data[:period])).iso8601(6),
}
- [429, headers, [{ error: 'Throttled' }.to_json]]
+ [429, headers, [{ error: I18n.t('errors.429') }.to_json]]
end
end
'422':
content: Security verification failed. Are you blocking cookies?
title: Security verification failed
+ '429': Throttled
exports:
blocks: You block
csv: CSV
'422':
content: セキュリティ認証に失敗しました。Cookieをブロックしていませんか?
title: セキュリティ認証に失敗
+ '429': リクエストの制限に達しました。
exports:
blocks: ブロック
csv: CSV