Exception: CloudFS::RestAdapter::Errors::SessionNotLinked
- Defined in:
- lib/cloudfs/client/error.rb
Overview
Session not linked error points out that either session is not authenticated or has been unlinked
Instance Method Summary collapse
-
#initialize ⇒ SessionNotLinked
constructor
A new instance of SessionNotLinked.
Constructor Details
#initialize ⇒ SessionNotLinked
Returns a new instance of SessionNotLinked.
140 141 142 |
# File 'lib/cloudfs/client/error.rb', line 140
def initialize
super('session is not linked, please authenticate')
end
|