Exception: CmisServer::ObjectNotFound
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
94
95
96
|
# File 'lib/cmis_server/exceptions.rb', line 94
def http_status_code
404
end
|
#summary ⇒ Object
90
91
92
|
# File 'lib/cmis_server/exceptions.rb', line 90
def summary
"The requested object could not be found in this CMIS repository or you don't have permissions to access it"
end
|
#title ⇒ Object
86
87
88
|
# File 'lib/cmis_server/exceptions.rb', line 86
def title
"Object Not Found"
end
|