Exception: CmisServer::NotSupported
Instance Attribute Summary
#debug_data, #trigger
Instance Method Summary
collapse
#http_status, #initialize, #log, #message, #to_h, #to_xml
Instance Method Details
#http_status_code ⇒ Object
161
162
163
|
# File 'lib/cmis_server/exceptions.rb', line 161
def http_status_code
405
end
|
#summary ⇒ Object
157
158
159
|
# File 'lib/cmis_server/exceptions.rb', line 157
def summary
"The requested operation is not supported by this CMIS repository."
end
|
#title ⇒ Object
153
154
155
|
# File 'lib/cmis_server/exceptions.rb', line 153
def title
"Not Supported"
end
|