class WordpressClient::UnauthorizedError
Raised when the clients attempt to do something that the user isn't authorized to do.
This could happen if you try to delete a post and the user only has read-only access, for example. It would also happen if you provide bad authentication details.
@see Error