Exception: JSONAPI::Exceptions::SaveFailed
- Defined in:
- lib/jsonapi/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#errors ⇒ Object
323 324 325 326 327 328 |
# File 'lib/jsonapi/exceptions.rb', line 323 def errors [JSONAPI::Error.new(code: JSONAPI::SAVE_FAILED, status: :unprocessable_entity, title: 'Save failed or was cancelled', detail: 'Save failed or was cancelled')] end |