alpaca-py icon indicating copy to clipboard operation
alpaca-py copied to clipboard

Added message property to APIError

Open kwilsonmg opened this issue 10 months ago • 0 comments

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

kwilsonmg avatar Mar 27 '24 18:03 kwilsonmg