Exception: GorgService::Consumer::HardfailError

Inherits:
FailError
  • Object
show all
Defined in:
lib/gorg_service/consumer/errors.rb

Overview

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

Instance Attribute Summary

Attributes inherited from FailError

#error_raised

Instance Method Summary collapse

Methods inherited from FailError

#initialize, #message

Constructor Details

This class inherits a constructor from GorgService::Consumer::FailError

Instance Method Details

#typeObject



33
34
35
# File 'lib/gorg_service/consumer/errors.rb', line 33

def type
  "harderror"
end