Skip to content

Add `RestError` to the lib exports.

RestError not being exported prevents any user from passing around Results issued from a query, or even performing type conversions with From. It's the only type in the GitlabError tree that is not exposed to users.

I didn't know what keyword to prefix the commit message with. Feel free to reword the commit as you see fit.

Merge request reports