Like many of the API calls getAuctionBuyList Method states that "In the case of false returns one of the following errors" however it is impossible that this method can ever return a bool due to it returning AuctionItem or null.
List<AuctionItem> items = getAuctionBuyList(req, 0);
if...