Exception: CmisServer::NotSupported

Inherits:
CmisStandardError show all
Defined in:
lib/cmis_server/exceptions.rb

Instance Attribute Summary

Attributes inherited from CmisStandardError

#debug_data, #trigger

Instance Method Summary collapse

Methods inherited from CmisStandardError

#http_status, #initialize, #log, #message, #to_h, #to_xml

Constructor Details

This class inherits a constructor from CmisServer::CmisStandardError

Instance Method Details

#http_status_codeObject



161
162
163
# File 'lib/cmis_server/exceptions.rb', line 161

def http_status_code
  405
end

#summaryObject



157
158
159
# File 'lib/cmis_server/exceptions.rb', line 157

def summary
  "The requested operation is not supported by this CMIS repository."
end

#titleObject



153
154
155
# File 'lib/cmis_server/exceptions.rb', line 153

def title
  "Not Supported"
end