Exception: Renderror::Conflict

Inherits:
BaseError
  • Object
show all
Defined in:
lib/renderror/conflict.rb

Instance Method Summary collapse

Methods inherited from BaseError

#detail, #initialize, #pointer, #title, #to_json

Constructor Details

This class inherits a constructor from Renderror::BaseError

Instance Method Details

#default_detailObject



11
12
13
# File 'lib/renderror/conflict.rb', line 11

def default_detail
  I18n.t(:"renderror.conflict.detail")
end

#default_titleObject



7
8
9
# File 'lib/renderror/conflict.rb', line 7

def default_title
  I18n.t(:"renderror.conflict.title")
end

#statusObject



3
4
5
# File 'lib/renderror/conflict.rb', line 3

def status
  '409'
end