Exception: WordpressClient::UnauthorizedError

Inherits:
Error
  • Object
show all
Defined in:
lib/wordpress_client/errors.rb

Overview

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 Also: