Exception: BatchApi::Errors::NoOperationsError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- BatchApi::Errors::NoOperationsError
- Includes:
- BatchError
- Defined in:
- lib/batch_api/batch_error.rb
Overview
Public: an error thrown if no operations are provided.
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.
30 |
# File 'lib/batch_api/batch_error.rb', line 30 def status_code; 422; end |