class GorgService::Consumer::HardfailError

Hardfail error : This message is not processable and will never be

Public Instance Methods

log_level() click to toggle source
# File lib/gorg_service/consumer/errors.rb, line 59
def log_level
  4
end
type() click to toggle source
# File lib/gorg_service/consumer/errors.rb, line 55
def type
  "hardfail"
end