Exception: CloudFS::RestAdapter::Errors::SessionNotLinked

Inherits:
Error
  • Object
show all
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

Constructor Details

#initializeSessionNotLinked

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