Sha256: 295e096fc8a1cf958add6584aab0729289ae9debe15736c1a2c1e8932a22c43d

Contents?: true

Size: 1.26 KB

Versions: 53

Compression:

Stored size: 1.26 KB

Contents

# frozen_string_literal: true

module Diffend
  module HandleErrors
    module Messages
      PAYLOAD_DUMP = '^^^ Above is the dump of your request ^^^'
      UNHANDLED_EXCEPTION = <<~MSG
        \nSomething went really wrong. We recorded this incident in our system and will review it.\n
        This is a bug, don't hesitate.\n
        Create an issue at https://github.com/diffend-io/diffend-ruby/issues\n
      MSG
      UNSUPPORTED_RESPONSE = <<~MSG
        \nAPI returned an unsupported response. We recorded this incident in our system and will review it.\n
        This is a bug, don't hesitate.\n
        Create an issue at https://github.com/diffend-io/diffend-ruby/issues\n
      MSG
      UNSUPPORTED_VERDICT = <<~MSG
        \nAPI returned an unsupported verdict. We recorded this incident in our system and will review it.\n
        This is a bug, don't hesitate.\n
        Create an issue at https://github.com/diffend-io/diffend-ruby/issues\n
      MSG
      REQUEST_ERROR = <<~MSG
        \nWe were unable to process your request at this time. We recorded this incident in our system and will review it.\n
        If you think that this is a bug, don't hesitate.\n
        Create an issue at https://github.com/diffend-io/diffend-ruby/issues\n
      MSG
    end
  end
end

Version data entries

53 entries across 53 versions & 2 rubygems

Version Path
diffend-0.2.54 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.54 lib/diffend/handle_errors/messages.rb
diffend-0.2.53 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.51 lib/diffend/handle_errors/messages.rb
diffend-0.2.51 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.50 lib/diffend/handle_errors/messages.rb
diffend-0.2.50 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.49 lib/diffend/handle_errors/messages.rb
diffend-0.2.49 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.48 lib/diffend/handle_errors/messages.rb
diffend-0.2.48 lib/diffend/handle_errors/messages.rb
diffend-0.2.47 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.46 lib/diffend/handle_errors/messages.rb
diffend-0.2.46 lib/diffend/handle_errors/messages.rb
diffend-0.2.45 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.44 lib/diffend/handle_errors/messages.rb
diffend-0.2.44 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.43 lib/diffend/handle_errors/messages.rb
diffend-0.2.43 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.42 lib/diffend/handle_errors/messages.rb