Class: ControllerCreateException

Inherits:
ControllerException show all
Defined in:
rakelib/decision_review_repl.rb

Overview

for HigherLevelReviewsController#create and NoticeOfDisagreementsController#create PersonalInformationLog wrapper

Instance Method Summary collapse

Methods inherited from ControllerException

#backtrace, #errors, #user_id, #user_ids

Methods inherited from PiiLog

#error, #error_message, #error_message_category, #helper_methods

Instance Method Details

#bodyObject



299
300
301
# File 'rakelib/decision_review_repl.rb', line 299

def body
  data.dig('additional_data', 'request', 'body')
end

#lighthouse_responseObject



303
304
305
# File 'rakelib/decision_review_repl.rb', line 303

def lighthouse_response
  data.dig('error', 'original_body')
end