class Contentful::Management::Unauthorized

401

Protected Instance Methods

default_error_message() click to toggle source
# File lib/contentful/management/error.rb, line 107
def default_error_message
  'The authorization token was invalid.'
end