Exception: JSONAPI::Exceptions::InvalidPageObject
- Defined in:
- lib/jsonapi/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#errors ⇒ Object
352 353 354 355 356 357 |
# File 'lib/jsonapi/exceptions.rb', line 352 def errors [JSONAPI::Error.new(code: JSONAPI::INVALID_PAGE_OBJECT, status: :bad_request, title: 'Invalid Page Object', detail: 'Invalid Page Object.')] end |