Exception: Renderror::Conflict
Instance Method Summary
collapse
Methods inherited from BaseError
#detail, #initialize, #pointer, #title, #to_json
Instance Method Details
#default_detail ⇒ Object
11
12
13
|
# File 'lib/renderror/conflict.rb', line 11
def default_detail
I18n.t(:"renderror.conflict.detail")
end
|
#default_title ⇒ Object
7
8
9
|
# File 'lib/renderror/conflict.rb', line 7
def default_title
I18n.t(:"renderror.conflict.title")
end
|
#status ⇒ Object
3
4
5
|
# File 'lib/renderror/conflict.rb', line 3
def status
'409'
end
|