Exception: Schwab::BadRequestError

Inherits:
ApiError show all
Defined in:
lib/schwab/error.rb

Overview

Raised when API returns 400 Bad Request

Instance Attribute Summary collapse

Attributes inherited from ApiError

#response_headers, #status

Method Summary

Methods inherited from ApiError

#initialize

Constructor Details

This class inherits a constructor from Schwab::ApiError

Instance Attribute Details

#response_bodyObject

Returns the value of attribute response_body.



46
47
48
# File 'lib/schwab/error.rb', line 46

def response_body
  @response_body
end