Method: CloudKit::ResponseHelpers#status_412
- Defined in:
- lib/cloudkit/store/response_helpers.rb
#status_412 ⇒ Object
17 18 19 |
# File 'lib/cloudkit/store/response_helpers.rb', line 17 def status_412 json_error_response(412, 'precondition failed') end |