Exception: Yt::Errors::Unauthorized

Inherits:
RequestError
  • Object
show all
Defined in:
lib/yt/errors/unauthorized.rb

Instance Method Summary collapse

Methods inherited from RequestError

#description, #initialize, #kind, #message, #reasons, #response_body

Constructor Details

This class inherits a constructor from Yt::Errors::RequestError

Instance Method Details

#explanationObject



7
8
9
# File 'lib/yt/errors/unauthorized.rb', line 7

def explanation
  'A request to YouTube API was sent without a valid authentication'
end