Exception: BatchApi::Errors::BadOptionError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- BatchApi::Errors::BadOptionError
- Includes:
- BatchError
- Defined in:
- lib/batch_api/batch_error.rb
Overview
Public: an error thrown if an invalid option is specificed.
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.
16 |
# File 'lib/batch_api/batch_error.rb', line 16 def status_code; 422; end |