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