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