Exception: BatchApi::Errors::BadOptionError

Inherits:
ArgumentError
  • Object
show all
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

Instance Method Details

#status_codeObject

Public: the status code for this error.



16
# File 'lib/batch_api/batch_error.rb', line 16

def status_code; 422; end