Exception: DomoscioAdmin::ProcessingError
- Defined in:
- lib/domoscio_admin/errors.rb
Overview
ProcessingError from DomoscioAdmin
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#details ⇒ Object
readonly
Returns the value of attribute details.
-
#request_params ⇒ Object
readonly
Returns the value of attribute request_params.
-
#request_url ⇒ Object
readonly
Returns the value of attribute request_url.
Instance Method Summary collapse
-
#initialize(request_url, code, details = {}, body = nil, request_params = {}) ⇒ ProcessingError
constructor
A new instance of ProcessingError.
- #message ⇒ Object
Constructor Details
#initialize(request_url, code, details = {}, body = nil, request_params = {}) ⇒ ProcessingError
Returns a new instance of ProcessingError.
28 29 30 31 32 33 34 35 |
# File 'lib/domoscio_admin/errors.rb', line 28 def initialize(request_url, code, details = {}, body = nil, request_params = {}) @request_url = request_url @code = code @details = details @body = body @request_params = request_params super() if end |
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body.
26 27 28 |
# File 'lib/domoscio_admin/errors.rb', line 26 def body @body end |
#code ⇒ Object (readonly)
Returns the value of attribute code.
26 27 28 |
# File 'lib/domoscio_admin/errors.rb', line 26 def code @code end |
#details ⇒ Object (readonly)
Returns the value of attribute details.
26 27 28 |
# File 'lib/domoscio_admin/errors.rb', line 26 def details @details end |
#request_params ⇒ Object (readonly)
Returns the value of attribute request_params.
26 27 28 |
# File 'lib/domoscio_admin/errors.rb', line 26 def request_params @request_params end |
#request_url ⇒ Object (readonly)
Returns the value of attribute request_url.
26 27 28 |
# File 'lib/domoscio_admin/errors.rb', line 26 def request_url @request_url end |
Instance Method Details
#message ⇒ Object
37 38 39 |
# File 'lib/domoscio_admin/errors.rb', line 37 def @details. end |