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.42 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.41 lib/diffend/handle_errors/messages.rb
diffend-0.2.41 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.40 lib/diffend/handle_errors/messages.rb
diffend-0.2.40 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.39 lib/diffend/handle_errors/messages.rb
diffend-0.2.39 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.38 lib/diffend/handle_errors/messages.rb
diffend-0.2.38 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.37 lib/diffend/handle_errors/messages.rb
diffend-0.2.37 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.36 lib/diffend/handle_errors/messages.rb
diffend-0.2.36 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.35 lib/diffend/handle_errors/messages.rb
diffend-0.2.35 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.34 lib/diffend/handle_errors/messages.rb
diffend-0.2.34 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.33 lib/diffend/handle_errors/messages.rb
diffend-0.2.33 lib/diffend/handle_errors/messages.rb
diffend-monitor-0.2.32 lib/diffend/handle_errors/messages.rb