alpaca-py
alpaca-py copied to clipboard
Added message property to APIError
Given that the APIError object returns both a code and message, both should be readily accessible to the end user. The end user can already access this by accessing the protected variable _error, but that isn't best practice.
This would address #431