Exception: Scribd::PrivilegeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/scribderrors.rb

Overview

Raised when trying to perform an action that isn’t allowed for the current active user. Note that this exception is thrown only if the error originates locally. If the request must go out to the Scribd server before the privilege error occurs, a Scribd::ResponseError will be thrown. Unless a method’s documentation indicates otherwise, assume that the error will originate remotely and a Scribd::ResponseError will be thrown.