Exception: GorgService::Consumer::SoftfailError

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

Overview

Softfail error : This message should be processed again later

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



26
27
28
# File 'lib/gorg_service/consumer/errors.rb', line 26

def type
  "softerror"
end