Exception: JSONAPI::Exceptions::InvalidPageObject
- Defined in:
- lib/jsonapi/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#errors ⇒ Object
292 293 294 295 296 297 |
# File 'lib/jsonapi/exceptions.rb', line 292 def errors [JSONAPI::Error.new(code: JSONAPI::INVALID_PAGE_OBJECT, status: :bad_request, title: 'Invalid Page Object', detail: 'Invalid Page Object.')] end |