Exception: Apirelio::IngestionError
- Inherits:
-
StandardError
- Object
- StandardError
- Apirelio::IngestionError
- Defined in:
- lib/apirelio/http_batch_transport.rb
Instance Attribute Summary collapse
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(message, status = 0) ⇒ IngestionError
constructor
A new instance of IngestionError.
Constructor Details
#initialize(message, status = 0) ⇒ IngestionError
Returns a new instance of IngestionError.
11 12 13 14 |
# File 'lib/apirelio/http_batch_transport.rb', line 11 def initialize(, status = 0) super() @status = status end |
Instance Attribute Details
#status ⇒ Object (readonly)
Returns the value of attribute status.
9 10 11 |
# File 'lib/apirelio/http_batch_transport.rb', line 9 def status @status end |