Exception: Schwab::BadRequestError
- Defined in:
- lib/schwab/error.rb
Overview
Raised when API returns 400 Bad Request
Instance Attribute Summary collapse
-
#response_body ⇒ Object
Returns the value of attribute response_body.
Attributes inherited from ApiError
Method Summary
Methods inherited from ApiError
Constructor Details
This class inherits a constructor from Schwab::ApiError
Instance Attribute Details
#response_body ⇒ Object
Returns the value of attribute response_body.
46 47 48 |
# File 'lib/schwab/error.rb', line 46 def response_body @response_body end |