Method: Athenian::InvalidRequestError#instance
- Defined in:
- lib/athenian/models/invalid_request_error.rb
#instance ⇒ Object
URI reference that identifies the specific occurrence of the problem. It is ‘null` for 4xx, Sentry event ID for 5xx.
19 20 21 |
# File 'lib/athenian/models/invalid_request_error.rb', line 19 def instance @instance end |