Class: Marbu::Models::ExceptionLink

Inherits:
Object
  • Object
show all
Defined in:
lib/marbu/models/exception_link.rb

Class Method Summary collapse

Class Method Details



4
5
6
7
8
9
10
# File 'lib/marbu/models/exception_link.rb', line 4

def self.get_exception_fix_link(error, uuid)
  case error
    when 'NS_ERROR' then '#misc'
    when 'QUERY_ERROR' then '#query'
    when 'MAP_COMPILE_ERROR' then '#map'
  end
end