Exception: BatchApi::Errors::MalformedOperationError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- BatchApi::Errors::MalformedOperationError
- Includes:
- BatchError
- Defined in:
- lib/batch_api/batch_error.rb
Overview
Public: an error thrown if one of the batch operations is somehow invalid (missing key parameters, etc.).
Instance Method Summary collapse
-
#status_code ⇒ Object
Public: the status code for this error.
Instance Method Details
#status_code ⇒ Object
Public: the status code for this error.
38 |
# File 'lib/batch_api/batch_error.rb', line 38 def status_code; 422; end |