Exception: BatchApi::Errors::MalformedOperationError

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

Instance Method Details

#status_codeObject

Public: the status code for this error.



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

def status_code; 422; end