class Contentful::AccessDenied
403
Protected Instance Methods
Source
# File lib/contentful/error.rb, line 109 def default_error_message 'The specified token does not have access to the requested resource.' end
Source
# File lib/contentful/error.rb, line 113 def handle_details(details) "\n\tReasons:\n\t\t#{details['reasons'].join("\n\t\t")}" end